Skip to content

Commit

Permalink
Revert "Add PATH for Windows to find 'cc'"
Browse files Browse the repository at this point in the history
This reverts commit 64f0eb1.
  • Loading branch information
hackerb9 committed Jun 18, 2024
1 parent 88d61e9 commit badc690
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
run: |
choco install winflexbison -y
- name: Add Msys64 to PATH for cc command
if: matrix.os == 'windows-latest'
run: echo "::add-path::/c/msys64/mingw64/bin:/c/msys64/usr/bin"
shell: bash

- name: Compile, verify, and create archives
run: |
make check artifacts
Expand Down

0 comments on commit badc690

Please sign in to comment.