Skip to content

Commit

Permalink
Merge pull request #62 from Silverlan/fix/ci_libssl
Browse files Browse the repository at this point in the history
ci(linux): purge needrestart
  • Loading branch information
Silverlan authored Jun 2, 2024
2 parents 38a3be8 + 9cc9c2f commit bd1f731
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions github_actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ runs:
with:
name: "pragma > install_requirements"

# This is a temporary fix for https://github.com/actions/runner-images/issues/9937
# We have to install libssl-dev before "apt-get update" is called, otherwise the workflow will fail
- name: Install libssl-dev
# This is a temporary fix until https://github.com/actions/runner-images/pull/9956 has been merged
- name: Purge needrestart
shell: bash
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install libssl-dev
sudo apt-get purge needrestart
# Required for CUDA
- name: Set up GCC 11
Expand Down

0 comments on commit bd1f731

Please sign in to comment.