Skip to content

Commit

Permalink
ci(linux): fix libssl installation causing runner to restart
Browse files Browse the repository at this point in the history
This should be reverted once the core issue has been resolved: actions/runner-images#9937
  • Loading branch information
Silverlan committed May 28, 2024
1 parent c30f143 commit f21fb92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@ def execscript(filepath):
commands = [
# Required for the build script
"apt-get install python3",

# Required for Curl
# This has to be executed before "apt update", otherwise
# it will cause the GitHub runner to restart
"apt-get install libssl-dev",

# Required for Pragma core
"apt install build-essential",
Expand Down

0 comments on commit f21fb92

Please sign in to comment.