test setup step #1245
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: update git
|
- name: update git
|
||||||
run: |
|
run: |
|
||||||
apt install -y software-properties-common \
|
apt-get install -y software-properties-common \
|
||||||
apt update \
|
apt-get update \
|
||||||
add-apt-repository -y ppa:git-core/ppa \
|
add-apt-repository -y ppa:git-core/ppa \
|
||||||
apt update \
|
apt-get update \
|
||||||
apt install -y git
|
apt-get install -y git
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: aftercheckout
|
- name: aftercheckout
|
||||||
|
|
Loading…
Reference in a new issue