mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-18 07:46:33 +00:00
oops fix ci orc check
This commit is contained in:
parent
3e9f4e34c3
commit
57b77384d7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -66,8 +66,9 @@ jobs:
|
||||
|
||||
## Part 1 Tests ##
|
||||
- name: Setup ORC Test on Some Linux
|
||||
if: matrix.testOrc == true
|
||||
if: matrix.tests == 'orc'
|
||||
run: |
|
||||
echo '' >> config.nims
|
||||
echo '--mm:orc' >> config.nims
|
||||
echo '' >> config.nims
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user