Skip to content

Commit

Permalink
Use cygwin tar
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 11, 2024
1 parent 3b74dfb commit 035210f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
with:
submodules: recursive

- name: Use GNU Tar from msys
run: |
echo "C:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
rm C:\msys64\usr\bin\bash.exe
- name: choco install nsis
uses: nick-invision/retry@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/install-ocaml-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
run: |
curl.exe -fsSL -o "libmbedtls.tar.xz" --retry 3 `
https://github.com/Simn/mingw64-mbedtls/releases/download/${{ env.MBEDTLS_VERSION }}/mingw64-${{ env.MINGW_ARCH }}-mbedtls-${{ env.MBEDTLS_VERSION }}-1.tar.xz
tar.exe -C ${{ env.CYG_ROOT }} -xvf libmbedtls.tar.xz
${{ env.CYG_ROOT }}\bin\tar.exe -C ${{ env.CYG_ROOT }} -xvf libmbedtls.tar.xz
5 changes: 0 additions & 5 deletions extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
with:
submodules: recursive

- name: Use GNU Tar from msys
run: |
echo "C:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
rm C:\msys64\usr\bin\bash.exe
@import install-nsis.yml
@import install-neko-windows.yml
@import install-ocaml-windows.yml
Expand Down

0 comments on commit 035210f

Please sign in to comment.