diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed417a65..3eedddce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install dependencies + run: brew install scdoc - name: Install ARM target run: rustup update && rustup target add aarch64-apple-darwin - name: Test |