Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peacalm committed Aug 26, 2024
1 parent cb11271 commit 6348c29
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- name: Install Lua
run: |
curl -R -O http://www.lua.org/ftp/lua-5.4.4.tar.gz
tar zxf lua-5.4.4.tar.gz
cd lua-5.4.4
make all test
sudo make install

- name: Install Lua/LuaJIT
uses: leafo/[email protected]


- name: Install gtest manually
run: |
Expand Down

0 comments on commit 6348c29

Please sign in to comment.