Skip to content

Commit

Permalink
pt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi committed Jul 2, 2024
1 parent 2fce2a1 commit 3e450ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- name: Build and Test
run: sh ci/x86_64.sh
run: bash ci/x86_64.sh
aarch64:
runs-on: macos-latest
steps:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- name: Build and Test
run: sh ci/aarch64.sh
run: bash ci/aarch64.sh

0 comments on commit 3e450ff

Please sign in to comment.