Skip to content

Commit

Permalink
Remove other deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Nov 15, 2024
1 parent 0eba4b6 commit 3eb6bb5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,15 @@ jobs:
- uses: actions/checkout@v2

- name: Install latest stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: ${{ matrix.host_target }}
override: true
targets: ${{ matrix.host_target }}

- name: test
uses: actions-rs/cargo@v1
with:
command: test
args: --release
run: cargo test --release

- name: build
uses: actions-rs/cargo@v1
with:
command: build
args: --target=${{ matrix.host_target }} --release
run: cargo build --target ${{ matrix.host_target }} --release

- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3eb6bb5

Please sign in to comment.