Browse Source

fix iguanasha in CI script

Jonathan Marler 3 years ago
parent
commit
5280013b02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/artifact.yml

+ 1 - 1
.github/workflows/artifact.yml

@@ -16,7 +16,7 @@ jobs:
           git clone https://github.com/marler8997/ziget ./dep/ziget
           git -C ./dep/ziget checkout $(cat zigetsha) -b for_zigup
           git clone https://github.com/alexnask/iguanaTLS ./dep/iguanaTLS
-          git -C ./dep/iguanaTLS checkout $(cat iguanasha) -b for_ziget
+          git -C ./dep/iguanaTLS checkout $(cat ziget-build-files-copy/iguanasha) -b for_ziget
           zig build test -Diguana -Dcpu=baseline
         shell: bash
       - uses: actions/upload-artifact@v2