Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
vsariola committed May 5, 2024
1 parent 58916d3 commit ee229bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
asmnasm: /Users/runner/nasm/nasm
output: sointu-track-native
params: -tags=native cmd/sointu-track/main.go
prelude: GOOS=darwin GOARCH=amd64
steps:
- uses: benjlevesque/[email protected]
id: short-sha
Expand All @@ -122,7 +123,7 @@ jobs:
ninja sointu
- name: Build binary
run: |
go build -o ${{ matrix.config.output }} ${{ matrix.config.params }}
${{ matrix.config.prelude }} go build -o ${{ matrix.config.output }} ${{ matrix.config.params }}
- name: Upload binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ee229bb

Please sign in to comment.