Skip to content

Commit a7b9b29

Browse files
committed
try fakeroot to resolve ci build
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 43c8850 commit a7b9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apptainer/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Build Apptainer
3636
shell: bash
3737
run: |
38-
apptainer build "${{ inputs.group_dir }}.sif" apptainer.def
38+
apptainer build --fakeroot "${{ inputs.group_dir }}.sif" apptainer.def
3939
working-directory: apptainer/${{ inputs.group_dir }}
4040
- name: Push Apptainer
4141
shell: bash

0 commit comments

Comments
 (0)