소스 검색

fix iguanasha in CI script

Jonathan Marler 3 년 전
부모
커밋
5280013b02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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