Removed release configuration.
All checks were successful
CI / build-and-test (push) Successful in 42s
All checks were successful
CI / build-and-test (push) Successful in 42s
This commit is contained in:
parent
e3205ac5aa
commit
713ebb1f89
@ -22,9 +22,7 @@ jobs:
|
||||
|
||||
- name: Configure project
|
||||
run: |
|
||||
rm -rf builddir
|
||||
meson setup builddir
|
||||
meson configure --buildtype=release
|
||||
meson setup builddir --buildtype=release
|
||||
|
||||
- name: Build project
|
||||
run: meson compile -j1 -C builddir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user