Skip to content
Snippets Groups Projects
Commit 0633cabf authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Unconditionally force make to build targets

parent c13e375d
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,11 @@ jobs:
- uses: actions/checkout@v2
- name: Regenerate files
run: |
make lexer
make spdx
make templates
make github-actions
make cabal-install-cabal
make -B lexer
make -B spdx
make -B templates
make -B github-actions
make -B cabal-install-cabal
- name: Check that diff is clean
run: |
git status > /dev/null
......
......@@ -38,11 +38,11 @@ jobs:
- uses: actions/checkout@v2
- name: Regenerate files
run: |
make lexer
make spdx
make templates
make github-actions
make cabal-install-cabal
make -B lexer
make -B spdx
make -B templates
make -B github-actions
make -B cabal-install-cabal
- name: Check that diff is clean
run: |
git status > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment