Skip to content

Commit

Permalink
Install libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz authored Jun 1, 2023
1 parent 2143d2c commit d6293ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install necessary tools
run: |
apt update
apt install -y git subversion curl make gcc g++ autoconf file appstream
apt install -y git subversion curl make gcc g++ autoconf file appstream libssl-dev
# actions/checkout will fallback because git is too old, and gautamkrishnar/keepalive-workflow won't work
- name: Checkout
Expand Down

0 comments on commit d6293ad

Please sign in to comment.