Skip to content

Commit 58c23bc

Browse files
committed
Fixed workflow
1 parent c4f0dec commit 58c23bc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-build-cmake.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
name: Wolfboot CMake Build Workflow
1+
name: Wolfboot CMake Build
22

33
on:
4-
push:
5-
branches: [ 'master', 'main', 'release/**' ]
64
pull_request:
75
branches: [ '*' ]
86

97
jobs:
10-
build-cmake:
8+
build:
119
runs-on: ubuntu-latest
1210

1311
steps:
1412
- uses: actions/checkout@v4
1513
with:
1614
submodules: true
1715

18-
- name: Install cross compilers
16+
- name: Install requirements
1917
run: |
2018
sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
2119
sudo apt-get update

0 commit comments

Comments
 (0)