fixed order steps in github action

master
Martin Scheidt 2022-02-09 14:18:21 +01:00
parent 476f263972
commit 65368ec61a
2 changed files with 8 additions and 8 deletions

View File

@ -16,6 +16,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "checkout"
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v2
# - name: "install TeXLive"
# # Actually pick a version, do not point on master, or the build won't be reproducible
# uses: DanySK/setup-texlive-action@master
@ -27,10 +31,6 @@ jobs:
with:
package-file: .github/texlive/requirements.txt
- name: "checkout"
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v2
- name: "install tikz-trackschematic"
run: |
chmod +x dev-install.sh

View File

@ -20,6 +20,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "checkout"
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v2
# - name: "install TeXLive"
# # Actually pick a version, do not point on master, or the build won't be reproducible
# uses: DanySK/setup-texlive-action@master
@ -31,10 +35,6 @@ jobs:
with:
package-file: .github/texlive/requirements.txt
- name: "checkout"
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v2
- name: "install tikz-trackschematic"
run: |
chmod +x dev-install.sh