From: Matt Joiner Date: Mon, 26 Feb 2024 11:42:00 +0000 (+1100) Subject: CI: Ensure godo v1 and run mount after FS test X-Git-Tag: v1.55.0~12 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=87eea15ea098391d9def9da84a694bcaf3304204;p=btrtrc.git CI: Ensure godo v1 and run mount after FS test --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e95f8260..61651818 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 @@ -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.