mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-23 15:52:04 +00:00
[github] workflow: fix random clang build errors due to runner issue
Ref: https://github.com/actions/runner-images/issues/14296
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
-DCMAKE_LINKER:FILEPATH=/usr/bin/ld \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
|
||||
-DENABLE_LIBDECOR=${{ matrix.wayland_shell == 'libdecor' }} \
|
||||
-DOPTIMIZE_FOR_NATIVE=OFF \
|
||||
..
|
||||
- name: Build client
|
||||
run: |
|
||||
@@ -210,7 +211,9 @@ jobs:
|
||||
run: |
|
||||
mkdir obs/build
|
||||
cd obs/build
|
||||
CC=/usr/bin/${{ matrix.cc }} cmake ..
|
||||
CC=/usr/bin/${{ matrix.cc }} cmake \
|
||||
-DOPTIMIZE_FOR_NATIVE=OFF \
|
||||
..
|
||||
- name: Build obs plugin
|
||||
run: |
|
||||
cd obs/build
|
||||
|
||||
Reference in New Issue
Block a user