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 e60837f commit be35afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/codal-buildtarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: codal-buildtarget

on:
push:
branches:
branches:
- main
create:

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 be35afc

Please sign in to comment.