mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
ci: Don't bother doing user-local install in ephemeral runner
This commit is contained in:
parent
52c72694c2
commit
f9e1d03f3c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,13 +24,12 @@ jobs:
|
||||
luaVersion: ${{ matrix.luaVersion }}
|
||||
- name: Setup ‘luarocks’
|
||||
uses: leafo/gh-actions-luarocks@v4
|
||||
- name: Make and install locally
|
||||
- name: Make and install
|
||||
run: |
|
||||
export DEBUG=DEBUG
|
||||
luarocks --local make -- luasocket-scm-3.rockspec
|
||||
luarocks make -- luasocket-scm-3.rockspec
|
||||
- name: Run regression tests
|
||||
run: |
|
||||
eval $(luarocks --local path)
|
||||
cd test
|
||||
lua hello.lua
|
||||
lua testsrvr.lua > /dev/null &
|
||||
|
Loading…
Reference in New Issue
Block a user