Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Oct 17, 2023
1 parent f5e3ae8 commit d45c1d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ jobs:
runs-on: "self-hosted"
steps:
- name: Build Singularity Image from IceTray Docker
run: singularity exec -f docker://icecube/icetray:icetray-prod-v1.8.1-ubuntu22.04-X64-2023-10-03 bash
run: |
singularity cache clean
singularity exec -f --writable-tmpfs docker://icecube/icetray:icetray-prod-v1.8.1-ubuntu22.04-X64-2023-10-03 bash
- name: install git
run: |
apt-get --yes install sudo
sudo apt update --fix-missing --yes
sudo apt upgrade --yes
sudo apt-get install --yes git-all
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 d45c1d3

Please sign in to comment.