Skip to content

Commit

Permalink
fix: remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent aa9c903 commit 93df0c5
Show file tree
Hide file tree
Showing 109 changed files with 3 additions and 23,239 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
- name: Install Luarocks
uses: hishamhm/gh-actions-luarocks@master
- name: Install TOML Package
id: toml
run: |
luarocks --local --lua-version=5.1 install toml
luarocks --local --lua-version=5.1 show toml --mversion >> $ROCK_VERSION
echo "version=$(luarocks --local --lua-version=5.1 show toml --mversion)" >> $GITHUB_OUTPUT
luarocks pack toml
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update build artifacts"
file_pattern: "toml-${{ steps.toml.outputs.version }}.${{ matrix.os.host }}-x86_64.rock"
Binary file removed .lua/bin/lua
Binary file not shown.
Binary file removed .lua/bin/luac
Binary file not shown.
174 changes: 0 additions & 174 deletions .lua/include/lauxlib.h

This file was deleted.

Loading

0 comments on commit 93df0c5

Please sign in to comment.