Skip to content

Commit

Permalink
feat(compliance): change name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Dec 21, 2023
1 parent 4a89ede commit 95639a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
cache-on-failure: true

# ==============================
# Apple M1 SDK setup
# Apple Silicon SDK setup
# ==============================

- name: Apple M1 setup
- name: Apple Silicon setup
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
run: |
echo "SDKROOT=$(xcrun -sdk macosx --show-sdk-path)" >> $GITHUB_ENV
Expand Down

0 comments on commit 95639a0

Please sign in to comment.