Skip to content

Commit 936c8a0

Browse files
committed
Fixing build
1 parent 0383a2d commit 936c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- run: echo "\U0001f34f This job's status is ${{ job.status }}."
1818
- name: Build code
1919
run: |
20-
make
20+
cd ${{ github.workspace }} && make

0 commit comments

Comments
 (0)