Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 12, 2024
1 parent 4bdd0de commit 89d730e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
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
${{ env.CYG_ROOT }}\bin\tar.exe -C ${{ env.CYG_ROOT }} -xvf libmbedtls.tar.xz
ls $env:LOCALAPPDATA\opam\
ls $env:LOCALAPPDATA\opam\bin
- name: Install OCaml libraries
shell: pwsh
Expand All @@ -71,6 +69,7 @@ jobs:
$env:PATH="${env:CYG_ROOT}\bin;${env:CYG_ROOT}\usr\x86_64-w64-mingw32\bin;${env:PATH}"
opam install haxe --deps-only
opam list
ls ${{ env.OPAMROOT }}\default\bin
- name: Set ADD_REVISION=1 for non-release
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 89d730e

Please sign in to comment.