Skip to content

Commit

Permalink
ci: i'm clumsy
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 6ed97f4 commit 9bf4677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-luarocks-rust-build-mlua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 @@ -28,8 +29,6 @@ jobs:
run: |
luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua
luarocks pack luarocks-build-rust-mlua
- uses: actions/checkout@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update build artifacts"
file_pattern: '*.rock'
3 changes: 1 addition & 2 deletions .github/workflows/build-toml-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 @@ -31,8 +32,6 @@ jobs:
luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua
luarocks --local --lua-version=5.1 install toml-edit
luarocks pack toml-edit
- uses: actions/checkout@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update build artifacts"
file_pattern: '*.rock'
3 changes: 1 addition & 2 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 @@ -29,8 +30,6 @@ jobs:
luarocks --local --lua-version=5.1 install toml
luarocks --local --lua-version=5.1 show toml --mversion >> $ROCK_VERSION
luarocks pack toml
- uses: actions/checkout@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update build artifacts"
file_pattern: '*.rock'

0 comments on commit 9bf4677

Please sign in to comment.