mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-06-14 14:52:07 +03:00
Workflows: Downgrade linux distro
This commit is contained in:
parent
1991434301
commit
576e967cbd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: 'Linux'
|
name: 'Linux'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -174,7 +174,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build using Clang C++ Compiler
|
- name: Build using Clang C++ Compiler
|
||||||
run: |
|
run: |
|
||||||
rm -rf build && CC=clang CXX=clang++ cmake -DUSE_LEGACY_LIBC=ON -B build && cmake --build build -j8
|
rm -rf build && CC=clang CXX=clang++ cmake -B build && cmake --build build -j8
|
||||||
|
|
||||||
- name: Prepare CSSDK
|
- name: Prepare CSSDK
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user