Skip to content

Commit

Permalink
use latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Oct 3, 2023
1 parent a1cf4ad commit c8047e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Raku/setup-raku@v1
- name: Install Dependencies
run: |
choco install rakudostar
zef --exclude="z" install --debug --/test --test-depends --deps-only .
- name: Run Tests
run: zef --debug --/prove --/tap-harness test .
run: zef --debug test .

0 comments on commit c8047e9

Please sign in to comment.