diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index 8ab805d..421d908 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -92,7 +92,7 @@ jobs: wget https://dl.google.com/go/go$GO_VERSION.$GO_OS-$GO_ARCH.tar.gz sudo tar -C /usr/local -xzvf go$GO_VERSION.$GO_OS-$GO_ARCH.tar.gz sudo rm go$GO_VERSION.$GO_OS-$GO_ARCH.tar.gz - echo 'export PATH=$PATH:/usr/local/go/bin' | tee -a /etc/profile + echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee -a /etc/profile - name: Install Singularity run: | wget https://github.com/hpcng/singularity/releases/download/v${SINGULARITY_VERSION}/singularity-${SINGULARITY_VERSION}.tar.gz