forked from AG_QGIS/Plugin_Test_Action
Install dependencies an den Anfang gestellt
This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: apk add --no-cache zip curl
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
curl -s -L \
|
curl -s -L \
|
||||||
@@ -17,10 +19,6 @@ jobs:
|
|||||||
-o repo.tar.gz
|
-o repo.tar.gz
|
||||||
tar -xzf repo.tar.gz --strip-components=1
|
tar -xzf repo.tar.gz --strip-components=1
|
||||||
rm repo.tar.gz
|
rm repo.tar.gz
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: apk add --no-cache zip curl
|
|
||||||
|
|
||||||
- name: Determine version and channel
|
- name: Determine version and channel
|
||||||
id: info
|
id: info
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user