Skip to content

Commit 1ffe1b8

Browse files
committed
drop: removed working dir as the project lies in the root
1 parent e971af8 commit 1ffe1b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
defaults:
1111
run:
1212
shell: bash
13-
working-directory: build/rust
1413

1514
steps:
1615
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
defaults:
1515
run:
1616
shell: bash
17-
working-directory: build/rust
1817

1918
steps:
2019
# Set up

0 commit comments

Comments
 (0)