diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2ea5d7..566c733 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,11 +58,12 @@ jobs: - name: build Nim & nimble working-directory: Nim run: | - . ci/funs.sh - nimBuildCsourcesIfNeeded - ./bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch - ./koch boot -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off - ./koch nimble -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off + #. ci/funs.sh + #nimBuildCsourcesIfNeeded + #./bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch + #./koch boot -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off + #./koch nimble -d:release -d:danger --skipUserCfg --skipParentCfg --hints:off + ./build_all.sh - name: checkout uses: actions/checkout@v3 with: