Skip to content

Commit

Permalink
hotfix: try checkout after make copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Sep 17, 2022
1 parent 8ba8eda commit ec0000c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
ensure_updated_cls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make git
apk add make
make copy
- uses: actions/checkout@v3
- name: Check there is nothing to diff.
run: |
[[ `git status --porcelain` ]]

0 comments on commit ec0000c

Please sign in to comment.