Skip to content

Commit

Permalink
Fix latest BlocksDS version CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 1, 2025
1 parent cdb1269 commit d4f7022
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,12 @@ jobs:

ARM-NDS-BlocksDS:
runs-on: ubuntu-latest
container: skylyrac/blocksds:slim-v1.6.3
container: skylyrac/blocksds:slim-latest
steps:
- name: Install dependencies
run: apt update && apt install -y --no-install-recommends zip
- name: Install target dependencies
run: wf-pacman -Syu --noconfirm && wf-pacman -S --noconfirm toolchain-gcc-arm-none-eabi-zlib
- run: echo "BLOCKSDS=/opt/blocksds/core" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Configure NDS/BlocksDS
run: arch/nds-blocksds/CONFIG.NDS
Expand Down

0 comments on commit d4f7022

Please sign in to comment.