Skip to content

Commit 0f2ecee

Browse files
committed
Fixed workflow
1 parent c4f0dec commit 0f2ecee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
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+
cmake_build:
119
runs-on: ubuntu-latest
12-
1310
steps:
1411
- uses: actions/checkout@v4
1512
with:
1613
submodules: true
1714

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

0 commit comments

Comments
 (0)