mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Github actions change apt for apt-get
This commit is contained in:
parent
ac7689bcfe
commit
908985b3e8
8
.github/workflows/actions.yml
vendored
8
.github/workflows/actions.yml
vendored
@ -16,22 +16,22 @@ jobs:
|
||||
|
||||
- name: Update ubuntu
|
||||
run: |
|
||||
apt -qq update
|
||||
apt-get -qq update
|
||||
echo 🏅
|
||||
|
||||
- name: Install git
|
||||
run: |
|
||||
apt install git -y > /dev/null 2>&1
|
||||
apt-get install git -y > /dev/null 2>&1
|
||||
echo 🏅
|
||||
|
||||
- name: Install python3
|
||||
run: |
|
||||
apt install python3 -y > /dev/null 2>&1
|
||||
apt-get install python3 -y > /dev/null 2>&1
|
||||
echo 🏅
|
||||
|
||||
- name: Install pip3
|
||||
run: |
|
||||
apt install -y python3-pip > /dev/null 2>&1
|
||||
apt-get install -y python3-pip > /dev/null 2>&1
|
||||
echo 🏅
|
||||
|
||||
- name: Python3 requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user