Skip to content

Commit

Permalink
Grab newer toolchain to unbreak GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bcat committed Nov 3, 2024
1 parent f862a20 commit 5e7133f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
qmk_repo: qmk/qmk_firmware
qmk_ref: master
preparation_command: |
curl -L https://github.com/qmk/qmk_toolchains/releases/download/v14.2.0-2/qmk_toolchains-gcc14.2.0-host_linuxX64.tar.xz | tar -Jxf - -C ~/.local --strip-components=1
publish:
name: 'QMK Userspace Publish'
Expand Down

0 comments on commit 5e7133f

Please sign in to comment.