Skip to content

Commit 4b68e8a

Browse files
authored
Fix working directory.
1 parent 91ac845 commit 4b68e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
run: rustup target add aarch64-unknown-linux-gnu
2626

2727
- uses: actions-rs/cargo@v1
28-
working-directory: simd
2928
with:
3029
command: build
3130
args: --target aarch64-unknown-linux-gnu
31+
working-directory: simd
3232

3333
- uses: actions-rs/cargo@v1
34-
working-directory: geometry
3534
with:
3635
command: build
3736
args: --target aarch64-unknown-linux-gnu
37+
working-directory: geometry
3838

3939
- uses: actions-rs/cargo@v1
4040
with:

0 commit comments

Comments
 (0)