Skip to content

Commit 9c655e1

Browse files
committed
Tweak build script
1 parent b153b65 commit 9c655e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout the Repository
25-
uses: actions/checkout@master
25+
uses: actions/checkout@v4
2626

2727
- name: Setup Ruby, JRuby and TruffleRuby
2828
uses: ruby/setup-ruby@v1
@@ -46,6 +46,7 @@ jobs:
4646
uses: eessi/github-action-eessi@v3
4747
with:
4848
eessi_stack_version: '2023.06'
49+
eessi_config_package: 'https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb'
4950

5051
- name: Create repository data files
5152
shell: bash

0 commit comments

Comments
 (0)