Skip to content

Commit

Permalink
CI: Ensure godo v1 and run mount after FS test
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 25, 2024
1 parent f31f55b commit 9bc6b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install godo
run: |
# Need master for cross-compiling fix
go install -v -x github.com/anacrolix/godo@master
go install -v -x github.com/anacrolix/godo@v1
echo $PATH
- name: Apt packages
Expand All @@ -89,6 +89,7 @@ jobs:
- name: torrentfs end-to-end test
# Test on 386 for atomic alignment and other bad 64-bit assumptions
run: GOARCH=386 fs/test.sh
run: mount

# Github broke FUSE on MacOS, I'm not sure what the state is.

Expand Down

0 comments on commit 9bc6b83

Please sign in to comment.