Skip to content

Commit 36110e6

Browse files
committed
Try updating packages
1 parent 9c655e1 commit 36110e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
shell: bash
2222

2323
steps:
24+
- name: Update apt
25+
run: |
26+
sudo apt update && sudo apt upgrade
27+
2428
- name: Checkout the Repository
2529
uses: actions/checkout@v4
2630

@@ -46,7 +50,6 @@ jobs:
4650
uses: eessi/github-action-eessi@v3
4751
with:
4852
eessi_stack_version: '2023.06'
49-
eessi_config_package: 'https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb'
5053

5154
- name: Create repository data files
5255
shell: bash

0 commit comments

Comments
 (0)