Update main.yml

This commit is contained in:
𝓙𝓾𝓵𝓲𝓸
2024-09-01 05:03:13 +02:00
committed by GitHub
parent ceb2f81038
commit ed3bc18f9a
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get -y update
sudo apt-get -y install git dpkg-dev sudo apt-get -y install git dpkg-dev
- name: Clone the repository - name: Clone the repository
run: | run: |