Skip to content

Commit

Permalink
Add linux-aarch64 to the targets of auto-update on the CI (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored Feb 25, 2023
1 parent 99166f1 commit 84971f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
# Replace the default bindings
cd bindings
for x in linux-x86_64 macos-aarch64 macos-x86_64 windows-x86 windows-x86_64; do
for x in linux-aarch64 linux-x86_64 macos-aarch64 macos-x86_64 windows-x86 windows-x86_64; do
# Choose the newest version except for devel
ln --force -s "$(ls -1 ./bindings-${x}-*.rs | grep -v devel | sort | tail -1)" ./bindings-${x}.rs
done
Expand Down

0 comments on commit 84971f7

Please sign in to comment.