Skip to content

Commit

Permalink
Manually set the working directory
Browse files Browse the repository at this point in the history
See actions-rs/cargo#6 for more
  • Loading branch information
Michael-F-Bryan committed Jul 20, 2021
1 parent 87f8649 commit 48c9e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Checkout submodules
run: git submodule update --init --recursive --force

- name: Install build dependencies
run: |
sudo sed -i "s/deb\ /deb \[arch=amd64\]\ /g" /etc/apt/sources.list
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Check
uses: actions-rs/cargo@v1
with:
command: check
command: check --manifest-path rust/Cargo.toml
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
command: test --manifest-path rust/Cargo.toml

0 comments on commit 48c9e3a

Please sign in to comment.