Skip to content

Commit

Permalink
[ci] Remove unneeded steps on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 11, 2024
1 parent 68f657a commit 3c2843f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 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 Expand Up @@ -76,10 +71,6 @@ jobs:
opam install haxe --deps-only
opam list
- name: Expose mingw dll files
shell: pwsh
run: Write-Host "::add-path::${env:CYG_ROOT}/usr/$($env:MINGW_ARCH)-w64-mingw32/sys-root/mingw/bin"

# required to be able to retrieve the revision
- name: Mark directory as safe
shell: pwsh
Expand Down
4 changes: 0 additions & 4 deletions extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- name: Expose mingw dll files
shell: pwsh
run: Write-Host "::add-path::${env:CYG_ROOT}/usr/$($env:MINGW_ARCH)-w64-mingw32/sys-root/mingw/bin"

# required to be able to retrieve the revision
- name: Mark directory as safe
shell: pwsh
Expand Down
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 3c2843f

Please sign in to comment.