Skip to content

Commit f67fbd0

Browse files
authored
Fix aarch64 build
1 parent 0e9a919 commit f67fbd0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: Build the binary
3434
run: |
35-
source /opt/x-tools/switch-aarch64.sh
36-
./build
35+
bash -c 'source /opt/x-tools/switch-aarch64.sh; ./build'
3736
mv /root/wget /root/wget-aarch64
3837
- name: Store the resulting artifact
3938
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)