Skip to content

Commit

Permalink
try to fix windows build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Jul 22, 2021
1 parent 0f98e11 commit ca65bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: |
if [ "$RUNNER_OS" == "windows" ]; then
choco install make
choco install mingw
else
echo "Not setup needed on $RUNNER_OS"
fi
zef install --/test App::Prove6
zef install --deps-only .
zef build .
Expand Down

0 comments on commit ca65bf2

Please sign in to comment.