ci(makefile) fix typo in GitHub action
This commit is contained in:
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@@ -16,6 +16,6 @@ jobs:
|
|||||||
- uses: ammaraskar/gcc-problem-matcher@master
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: scripts/install-prerequisites.sh
|
run: scripts/install-prerequisites.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: tests/makefile
|
working-directory: tests/makefile
|
||||||
run: make test_file
|
run: make test_file
|
||||||
|
|||||||
Reference in New Issue
Block a user