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 3b74dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,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

0 comments on commit 3b74dfb

Please sign in to comment.