Skip to content

Commit 4b0d621

Browse files
committed
Remove GH actions install lua LGI step (left over from lua example removal)
1 parent f92ff88 commit 4b0d621

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
CFLAGS: -Werror
2222
- name: Build
2323
run: ninja -C build
24-
- name: Install Lua LGI
25-
run: sudo luarocks install https://raw.githubusercontent.com/lgi-devs/lgi/master/lgi-scm-1.rockspec
26-
# From https://github.com/lgi-devs/lgi/pull/305#issue-1459493105
2724
- name: Test
2825
run: ninja -C build test
2926
- name: Install

0 commit comments

Comments
 (0)