We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc0dfd commit d2c471fCopy full SHA for d2c471f
.github/workflows/e2e_test.yaml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
# ref: https://github.com/actions/runner-images
14
os: [ubuntu-22.04, macos-13, windows-latest]
15
- lua_version: [5.4.7, 5.3.5]
+ lua_version: [5.4.7, 5.3.6, 5.1.5]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
@@ -109,8 +109,8 @@ jobs:
109
env:
110
LUA_VERSION: "${{ matrix.lua_version }}"
111
run: |
112
- vfox install lua@$env:LUA_VERSION
113
- vfox use -g lua@$env:LUA_VERSION
+ vfox install "lua@$env:LUA_VERSION"
+ vfox use -g "lua@$env:LUA_VERSION"
114
Invoke-Expression "$(vfox activate pwsh)"
115
echo "===============PATH==============="
116
echo $env:PATH
0 commit comments