Skip to content

Commit

Permalink
Don't execute install on selfhosted mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 23, 2025
1 parent 7b0fa35 commit 6a379cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
mkdir build-zip
cp ${{ env.OUTNAME }}.zip build-zip
- name: Install aws-cli
if: ${{ matrix.os != '[self-hosted, macOS, ARM64, go-spacemesh]' }}
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.33
Expand Down

0 comments on commit 6a379cf

Please sign in to comment.