Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f01c33 authored May 6, 2024
1 parent c5d60ee commit 75cdac9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand All @@ -45,7 +45,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: arm64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand All @@ -72,7 +72,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: windows
goarch: amd64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand All @@ -99,7 +99,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: windows
goarch: arm64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand All @@ -126,7 +126,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goarch: arm64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand All @@ -153,7 +153,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goarch: amd64
pre-command: |
pre_command: |
# gcc
sudo apt install gcc libc6-dev
Expand Down

0 comments on commit 75cdac9

Please sign in to comment.