We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f2fc3 commit 8d5d3cbCopy full SHA for 8d5d3cb
.github/workflows/build.yaml
@@ -20,6 +20,8 @@ jobs:
20
rust
21
cargo
22
- run: |
23
+ echo "WORKDIR: $GITHUB_WORKSPACE"
24
+ cd "$GITHUB_WORKSPACE"
25
ls -l
26
cargo build && cargo build --release
27
shell: alpine.sh {0}
0 commit comments