Skip to content

Commit

Permalink
Fix manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 24, 2024
1 parent 6ecf5de commit 504dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
SINGULARITY_VERSION: 3.11.2
run: |
wget https://github.com/sylabs/singularity/releases/download/v${{ env.SINGULARITY_VERSION }}/singularity-ce_${{ env.SINGULARITY_VERSION }}-jammy_amd64.deb
apt-get install singularity-ce_${{ env.SINGULARITY_VERSION }}-jammy_amd64.deb
apt-get ./install singularity-ce_${{ env.SINGULARITY_VERSION }}-jammy_amd64.deb
- name: Convert image to singularity
run: singularity build base_${{ matrix.backend.name }}.sif docker://ghcr.io/cexa-project/kokkos-fft/base_${{ matrix.backend.name }}
Expand Down

0 comments on commit 504dce3

Please sign in to comment.