Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
update x
  • Loading branch information
InkaSpy authored May 30, 2024
1 parent 5f38294 commit 17dbd54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
- name: Add source code repositories
run: |
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
sudo apt-get update
- name: Install environmental dependencies
run: |
sudo apt-get -y build-dep libcurl4-gnutls-dev
sudo apt-get -y install libcurl4-gnutls-dev
Expand Down

0 comments on commit 17dbd54

Please sign in to comment.