Skip to content

Commit

Permalink
sherlock
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Oct 17, 2023
1 parent b41a67c commit 10243d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Build Singularity Image from IceTray Docker
run: |
singularity cache clean --force
singularity exec -f --writable-tmpfs docker://icecube/icetray:icetray-prod-v1.8.1-ubuntu22.04-X64-2023-10-03 bash apt-get install --yes git-all
singularity exec -f --writable-tmpfs docker://icecube/icetray:icetray-prod-v1.8.1-ubuntu22.04-X64-2023-10-03 bash
apt-get install --yes git-all
- name: Set environment variables
run: |
echo "PATH=/usr/local/icetray/bin:$PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit 10243d4

Please sign in to comment.