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 0383a2d commit 936c8a0Copy full SHA for 936c8a0
.github/workflows/build.yaml
@@ -17,4 +17,4 @@ jobs:
17
- run: echo "\U0001f34f This job's status is ${{ job.status }}."
18
- name: Build code
19
run: |
20
- make
+ cd ${{ github.workspace }} && make
0 commit comments