Skip to content

Commit 98c1013

Browse files
committed
fix: try uses
1 parent 9f188ae commit 98c1013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
build-project:
99
name: Build Project
1010
runs-on: ubuntu-latest
11-
container:
12-
image: stronglytyped/arm-none-eabi-gcc:latest
1311
timeout-minutes: 5
1412
steps:
1513
- name: checkout code
1614
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1715
- name: print toolchain version
1816
run: arm-none-eabi-gcc --version
1917
- name: build project
20-
run: make build
18+
uses: docker://stronglytyped/arm-none-eabi-gcc:latest
19+
with:
20+
args: make build
2121
- name: upload build files
2222
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2323
with:

0 commit comments

Comments
 (0)