mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 18:04:10 +02:00
fix sourcemod build
This commit is contained in:
parent
60cac34d4d
commit
3ceff210d1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
ambuild:
|
ambuild:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v20
|
- uses: cachix/install-nix-action@v20
|
||||||
- uses: icewind1991/attic-action@v1
|
- uses: icewind1991/attic-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ in
|
||||||
pname = "sourcemod";
|
pname = "sourcemod";
|
||||||
version = "1.11";
|
version = "1.11";
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare";
|
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare -Wno-error=deprecated-non-prototype";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alliedmodders";
|
owner = "alliedmodders";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue