We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92ff88 commit 4b0d621Copy full SHA for 4b0d621
1 file changed
.github/workflows/build_and_test.yml
@@ -21,9 +21,6 @@ jobs:
21
CFLAGS: -Werror
22
- name: Build
23
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
27
- name: Test
28
run: ninja -C build test
29
- name: Install
0 commit comments