Skip to content

Commit

Permalink
Try without installing wingw
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 19, 2024
1 parent 1991c0d commit 86497b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:

- name: Setup make and secrets for Windows
if: matrix.os == 'windows-latest'
shell: bash
run: |
choco install mingw -y
ls -l C:\ProgramData\mingw64\mingw64\bin
echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin" >> $GITHUB_PATH
cp sample.env .env
C:\Program Files\Git\bin\bash.exe ./build/scripts/check-secrets.sh yes
./build/scripts/check-secrets.sh yes
- name: init secrets
if: matrix.os != 'windows-latest'
Expand All @@ -42,6 +40,7 @@ jobs:
shell: bash

- name: check online
shell: bash
run: |-
STATUS=$(curl -k \
-w '%{http_code}' -o /dev/null \
Expand All @@ -61,6 +60,7 @@ jobs:
shell: bash

- name: check online
shell: bash
run: |-
STATUS=$(curl -k \
-w '%{http_code}' -o /dev/null \
Expand All @@ -72,6 +72,7 @@ jobs:
fi
- name: Notify Slack on nightly test failure
shell: bash
if: failure() && github.event_name == 'schedule'
run: |-
curl -s -o /dev/null -XPOST $SLACK_WEBHOOK_URL -d '{
Expand Down

0 comments on commit 86497b2

Please sign in to comment.