Skip to content

Commit d770f59

Browse files
authored
Update RSTAR installation path in workflow
... as the GitHub workflow runs close to midnight, there is a different $date during the build process most likely :|
1 parent db333ae commit d770f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_rakudo-star.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
- name: Fetch RSTAR Components
6363
run: ./bin/rstar fetch -l
6464
- name: Install all RSTAR Components
65-
run: ./bin/rstar install -p /tmp/rstar"$(date +%Y%m%d)"
65+
run: ./bin/rstar install -p /tmp/rstar_blabla
6666
- name: Print RAKUDO Version Informations
67-
run: /tmp/rstar"$(date +%Y%m%d)"/bin/rakudo -v
67+
run: /tmp/rstar_blabla/bin/rakudo -v
6868
- name: Import gpg key
6969
id: import_gpg
7070
uses: crazy-max/ghaction-import-gpg@v6

0 commit comments

Comments
 (0)