mirror of
https://github.com/rclone/rclone.git
synced 2025-02-14 21:23:01 +02:00
build: enable cmount on macOS #4393
This commit is contained in:
parent
78fdc5805b
commit
975a53c9e3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
os: macOS-latest
|
||||
go: '1.14.x'
|
||||
modules: 'on'
|
||||
gotags: '' # cmount doesn't work on osx travis for some reason
|
||||
gotags: 'cmount'
|
||||
build_flags: '-include "^darwin/amd64" -cgo'
|
||||
quicktest: true
|
||||
racequicktest: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user