Skip to content

Commit b48dc91

Browse files
authored
Remove pkg-config installation from CI workflow
1 parent 85f96fe commit b48dc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-26.04
99
steps:
1010
- run: sudo apt-get update
11-
- run: sudo apt-get install -y pkg-config lua5.1 liblua5.1-0-dev
11+
- run: sudo apt-get install -y lua5.1 liblua5.1-0-dev
1212
- run: lua -h || lua -v
1313
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)