Skip to content

Commit

Permalink
Add gcc and clang support
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Aug 25, 2023
1 parent 73f8e7e commit 8ac388b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
goos: ios
steps:
- uses: actions/checkout@v3
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Set up Clang and GCC
run: |
sudo apt-get install -y clang gcc
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8ac388b

Please sign in to comment.