We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db333ae commit d770f59Copy full SHA for d770f59
.github/workflows/build_rakudo-star.yml
@@ -62,9 +62,9 @@ jobs:
62
- name: Fetch RSTAR Components
63
run: ./bin/rstar fetch -l
64
- name: Install all RSTAR Components
65
- run: ./bin/rstar install -p /tmp/rstar"$(date +%Y%m%d)"
+ run: ./bin/rstar install -p /tmp/rstar_blabla
66
- name: Print RAKUDO Version Informations
67
- run: /tmp/rstar"$(date +%Y%m%d)"/bin/rakudo -v
+ run: /tmp/rstar_blabla/bin/rakudo -v
68
- name: Import gpg key
69
id: import_gpg
70
uses: crazy-max/ghaction-import-gpg@v6
0 commit comments