mirror of
https://github.com/pantor/inja.git
synced 2026-04-28 18:29:25 +00:00
update minimum compiler
This commit is contained in:
6
.github/workflows/single-include.yml
vendored
6
.github/workflows/single-include.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: update single include
|
||||
run: |
|
||||
@@ -17,10 +17,6 @@ jobs:
|
||||
working-directory: ${{runner.workspace}}/inja/single_include/
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls inja
|
||||
cat inja/inja.hpp
|
||||
cat inja/inja_old.hpp
|
||||
diff inja/inja.hpp inja/inja_old.hpp >/dev/null
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user