Skip to content

Commit 6a44f86

Browse files
committed
fix: try uses
1 parent 9f188ae commit 6a44f86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ 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
17-
- name: print toolchain version
18-
run: arm-none-eabi-gcc --version
1915
- name: build project
20-
run: make build
16+
uses: docker://stronglytyped/arm-none-eabi-gcc:latest
17+
with:
18+
args: arm-none-eabi-gcc --version && make build
2119
- name: upload build files
2220
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2321
with:

0 commit comments

Comments
 (0)