Skip to content

Commit

Permalink
fix(ci): checkout as soon as possible to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 9b4c057 commit f97844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- host: windows-2019
- host: macos-11
steps:
- uses: actions/checkout@v4
- name: Install C/C++ Compiler
uses: rlalik/setup-cpp-compiler@master
with:
Expand All @@ -39,6 +38,7 @@ jobs:
# run: |
# luarocks --local --lua-version=5.1 install toml-edit
# luarocks pack toml-edit
- uses: actions/checkout@v4
- name: Regenerate Manifests and HTML
run: luarocks-admin make-manifest --lua-version=5.1 .
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit f97844a

Please sign in to comment.