fuser 0.17.0

Filesystem in Userspace (FUSE) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: MacStadium CI

on:
  pull_request:

permissions:
  contents: read

jobs:
  macfuse:
    runs-on: macstadium
    environment: macstadium   # approval gate for security
    env:
      PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH
    steps:
      - uses: actions/checkout@v4

      - uses: ./.github/actions/macfuse-ci