Skip to content

Commit a35a8e8

Browse files
committed
Fixed workflow
1 parent c4f0dec commit a35a8e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

33
on:
44
push:
@@ -7,15 +7,14 @@ on:
77
branches: [ '*' ]
88

99
jobs:
10-
build-cmake:
10+
cmake_automated_build:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v4
1514
with:
1615
submodules: true
1716

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

0 commit comments

Comments
 (0)