Skip to content

Commit

Permalink
Undo setting the path, turns out that is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 9, 2024
1 parent 05d4913 commit 5c58087
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-mudlet-win.yml
Expand Up @@ -57,10 +57,7 @@ jobs:

- name: check ccache stats prior to build
shell: msys2 {0}
run: |
# fixme: set PATH once in setup-windows-sdk.sh and export to GITHUB_PATH for re-use within all other steps
export PATH="${MINGW_INTERNAL_BASE_DIR}/usr/local/bin:${MINGW_INTERNAL_BASE_DIR}/bin:/usr/bin:${PATH}"
ccache --zero-stats --show-stats
run: ccache --zero-stats --show-stats

- name: (Windows) Build
shell: msys2 {0}
Expand All @@ -72,9 +69,7 @@ jobs:

- name: check ccache stats post build
shell: msys2 {0}
run: |
export PATH="${MINGW_INTERNAL_BASE_DIR}/usr/local/bin:${MINGW_INTERNAL_BASE_DIR}/bin:/usr/bin:${PATH}"
ccache --show-stats
run: ccache --show-stats

- name: (Windows) Package
shell: msys2 {0}
Expand Down

0 comments on commit 5c58087

Please sign in to comment.