We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f0dec commit 58c23bcCopy full SHA for 58c23bc
1 file changed
.github/workflows/test-build-cmake.yml
@@ -1,21 +1,19 @@
1
-name: Wolfboot CMake Build Workflow
+name: Wolfboot CMake Build
2
3
on:
4
- push:
5
- branches: [ 'master', 'main', 'release/**' ]
6
pull_request:
7
branches: [ '*' ]
8
9
jobs:
10
- build-cmake:
+ 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