mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
Disable fuse test for macOS
This commit is contained in:
parent
219d9a62f2
commit
468612b108
1 changed files with 1 additions and 6 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- job_name: macOS
|
||||
go: 1.15.x
|
||||
os: macOS-latest
|
||||
test_fuse: true
|
||||
test_fuse: false
|
||||
|
||||
- job_name: Linux
|
||||
go: 1.15.x
|
||||
|
@ -79,11 +79,6 @@ jobs:
|
|||
|
||||
# add $HOME/bin to path ($GOBIN was already added to the path by setup-go@v2)
|
||||
echo $HOME/bin >> $GITHUB_PATH
|
||||
|
||||
echo "install osxfuse"
|
||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew cask install osxfuse
|
||||
fi
|
||||
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
|
||||
|
||||
- name: Get programs (Windows)
|
||||
|
|
Loading…
Reference in a new issue