Skip to content

Commit

Permalink
Debugging CI action for Rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed May 18, 2024
1 parent 1f98d44 commit e5fa3ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e5fa3ae

Please sign in to comment.