Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 14, 2024
1 parent 2656657 commit 615f1a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- name: test
run: |
apt-get update && apt-get --assume-yes install libssl-dev libgtk-4-dev
- name: test2
uses: pax-hub/rust-github-action@main
with:
rust_release_channel: nightly
compilation_taget: x86_64-unknown-linux-gnu
command: test
arguments: '--workspace'
use_cross: false
# - name: test2
# uses: pax-hub/rust-github-action@main
# with:
# rust_release_channel: nightly
# compilation_taget: x86_64-unknown-linux-gnu
# command: test
# arguments: '--workspace'
# use_cross: false



0 comments on commit 615f1a1

Please sign in to comment.