We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f96fe commit b48dc91Copy full SHA for b48dc91
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-26.04
9
steps:
10
- run: sudo apt-get update
11
- - run: sudo apt-get install -y pkg-config lua5.1 liblua5.1-0-dev
+ - run: sudo apt-get install -y lua5.1 liblua5.1-0-dev
12
- run: lua -h || lua -v
13
- uses: actions/checkout@v6
14
- uses: actions/setup-python@v6
0 commit comments