Skip to content

Commit

Permalink
update action with the makecode-toolchain docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Aug 30, 2024
1 parent 8671fa9 commit 5bbca3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codal-buildpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: letssteam/arm-gcc-none-eabi-toolchain:latest
image: letssteam/makecode-toolchain:latest
options: --user 1001 --security-opt no-new-privileges
env:
REPO_NAME: ${{ github.event.repository.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codal-buildtarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: letssteam/arm-gcc-none-eabi-toolchain:latest
image: letssteam/makecode-toolchain:latest
options: --user 1001 --security-opt no-new-privileges
env:
REPO_NAME: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 5bbca3f

Please sign in to comment.