Skip to content

Commit

Permalink
chore: reorder + always try to pack/commit (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Mar 6, 2024
1 parent 3a8518e commit 7f4037e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,32 @@ jobs:
- name: Print environment
run: |
printenv
- name: Install `fzy` Package
run: |
luarocks --verbose --local --lua-version=5.1 install fzy
luarocks --verbose pack fzy
if: always()
- name: Install `luarocks-build-rust-mlua` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luarocks-build-rust-mlua
luarocks --verbose pack luarocks-build-rust-mlua
if: always()
- name: Install TOML Package
run: |
luarocks --verbose --local --lua-version=5.1 install toml
luarocks --verbose pack toml
if: always()
- name: Install `toml-edit` Package
run: |
luarocks --verbose --local --lua-version=5.1 install toml-edit
luarocks --verbose pack toml-edit
- name: Install `fzy` Package
run: |
luarocks --verbose --local --lua-version=5.1 install fzy
luarocks --verbose pack fzy
if: always()
- name: Regenerate Manifests and HTML
run: luarocks-admin make-manifest --lua-version=5.1 .
if: always()
- name: commit-win32-x86_64
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update win32-x86_64 build artifacts"
file_pattern: "*.rock manifest* index.html"
if: always()

0 comments on commit 7f4037e

Please sign in to comment.