Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 1ccbcfa commit 31a358b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Show Directory
run: ls
- name: Show Directory Name
run: echo $PWD
- name: Test 'la' command
run: la import.sh
- name: Import
run: /home/runner/Rustemon/Rustemon/import.sh
- uses: actions/checkout@v3
run: import.sh
- name: Build
run: cargo run --release

0 comments on commit 31a358b

Please sign in to comment.