Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hythm7 committed Aug 9, 2024
1 parent ff70cfb commit f183798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Clone Pakku
run: git clone https://github.com/hythm7/Pakku.git /tmp/Pakku
- name: Install Pakku
run: /tmp/Pakku/tools/install-pakku.raku --dest=/tmp/pakku
run: raku -I/tmp/Pakku ./tmp/Pakku/bin/pakku nobar nospinner verbose all add /tmp/Pakku
- name: Install Module
run: /tmp/pakku/bin/pakku verbose trace add .
run: pakku nobar nospinner verbose all add .

0 comments on commit f183798

Please sign in to comment.