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 99d1409 commit 2656657
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
test1:
runs-on: ubuntu-latest
steps:
- name: test1
- 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
Expand Down

0 comments on commit 2656657

Please sign in to comment.