Skip to content

Commit

Permalink
ci: libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 18, 2024
1 parent 8a60b2e commit 7c4c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install -y yarn build-essential libclang-dev
sudo apt update && sudo apt install -y yarn build-essential libclang-dev libssl-dev
- name: Clone the repository
uses: actions/checkout@v4
- name: Install Rust toolchain
Expand Down

0 comments on commit 7c4c7c7

Please sign in to comment.