Skip to content

Is /dev/fuse useable in github actions? #26404

Answered by BrightRan
bergwolf asked this question in Actions
Discussion options

You must be logged in to vote

@bergwolf,

The FUSE seems is not pre-installed on the GitHub-hosted runners.
You can try to use the following ways to install FUSE on the GitHub-hosted runners:

  • On Linux runner

    sudo apt-get update
    sudo apt-get install fuse
    
  • On macOS runner

    brew cask install osxfuse
    

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants