File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Run CI script
2727 env :
28- CI_CONFIG : ci/configs/${{ matrix.config }}.sh
28+ CI_CONFIG : ci/configs/${{ matrix.config }}.bash
2929 run : ci/scripts/run.sh
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ All CI is just bash and nix.
1616To run jobs locally:
1717
1818``` bash
19- CI_CONFIG=ci/configs/default.sh ci/scripts/run.sh
20- CI_CONFIG=ci/configs/llvm.sh ci/scripts/run.sh
21- CI_CONFIG=ci/configs/gnu32.sh ci/scripts/run.sh
19+ CI_CONFIG=ci/configs/default.bash ci/scripts/run.sh
20+ CI_CONFIG=ci/configs/llvm.bash ci/scripts/run.sh
21+ CI_CONFIG=ci/configs/gnu32.bash ci/scripts/run.sh
2222```
2323
2424By default CI jobs will reuse their build directories. ` CI_CLEAN=1 ` can be specified to delete them before running instead.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments