Skip to content

Commit

Permalink
attempt fix of GA setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 5, 2024
1 parent cd1d869 commit fb5453b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,11 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
version:
- 5.4
- 5.3
- 5.2
- 5.1
- 4.0
- 3.2
- 3.1
- 3.0
- 2.5
- 2.4
- 2.2
- 2.1
- 1.1
- 1.0
include:
- os: macos-latest
version: 5.4
Expand All @@ -54,8 +43,6 @@ jobs:
sudo apt-get install -y lua${{ matrix.version }}
elif [ $RUNNER_OS = 'macOS' ]; then
brew install lua@${{ matrix.version }}
elif [ $RUNNER_OS = 'Windows' ]; then
choco install lua --version ${{ matrix.version }}
fi
- run: make lu_test
1 change: 0 additions & 1 deletion lua/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ end
local problems = {
["p0001.lua"] = {233168, 60},
["p0002.lua"] = {4613732, 60},
-- Add more problems here as needed
}

-- Main testing loop
Expand Down

0 comments on commit fb5453b

Please sign in to comment.