mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 07:38:00 +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:
|
||||
name: 'Linux'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -174,7 +174,7 @@ jobs:
|
||||
|
||||
- name: Build using Clang C++ Compiler
|
||||
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
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user