Skip to content

Commit

Permalink
finalize assets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Nov 15, 2024
1 parent f1dce03 commit 02a5ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux-gnu

- build: macos
os: macos-latest
target: x86_64-apple-darwin
Expand All @@ -46,11 +45,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --verbose --release --target ${{ matrix.target }}
run: cargo build --verbose --release --target ${{ matrix.target }}

- name: Build binary
shell: bash
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/test_assets.yml

This file was deleted.

0 comments on commit 02a5ed9

Please sign in to comment.