Skip to content

Commit

Permalink
improve windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Sep 30, 2023
1 parent 6f0478c commit 40bfe70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- '2022.07'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: |
choco install rakudostar
Expand Down

0 comments on commit 40bfe70

Please sign in to comment.