Skip to content

Commit

Permalink
Update build-for-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjljixx authored Jan 27, 2024
1 parent a233145 commit 5cf016a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: "g++ aurora.cpp -o aurora-${{github.ref_name}}-${{matrix.os}} -O3"
env:
TARGET_CPU: ${{ matrix.cpu }}
Expand Down

0 comments on commit 5cf016a

Please sign in to comment.