Skip to content

Commit

Permalink
Update make_toolchain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 5, 2024
1 parent 72190fa commit c60faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build toolchain
run: |
set -ex
wget https://gist.github.com/mintsuki/233faa49819aa91d7d2f8502ceaa94fe/raw/27565ee6baf7fa03105bab3fe6c3e50efa022558/make_toolchain.sh
wget https://gist.github.com/mintsuki/0fa16d24ffec7cd473ab7da4a4eec1dc/raw/15259713aeb71efdb952f1de4016a66f26bdf6da/make_toolchain.sh
chmod +x ./make_toolchain.sh
TARGET="${{matrix.target_arch}}-elf" ./make_toolchain.sh
Expand Down

0 comments on commit c60faf5

Please sign in to comment.