We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f0dec commit a35a8e8Copy full SHA for a35a8e8
1 file changed
.github/workflows/test-build-cmake.yml
@@ -1,4 +1,4 @@
1
-name: Wolfboot CMake Build Workflow
+name: Wolfboot CMake Build
2
3
on:
4
push:
@@ -7,15 +7,14 @@ on:
7
branches: [ '*' ]
8
9
jobs:
10
- build-cmake:
+ cmake_automated_build:
11
runs-on: ubuntu-latest
12
-
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
submodules: true
17
18
- - name: Install cross compilers
+ - name: Install requirements
19
run: |
20
sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
21
sudo apt-get update
0 commit comments