From 7ae928a9e144c8229125cdacac69de8192edc48f Mon Sep 17 00:00:00 2001 From: Helco Date: Sun, 11 Feb 2024 21:31:56 +0100 Subject: [PATCH] ci: Fix libshaderc hack again --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b69d3d17..c8578fe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Install remote dependencies run: dotnet restore - name: Hacky fix to glibc problem with shaderc - run: cp temp-ci-fix/libshaderc_shared.so ~/.nuget/packages/mlang.msbuild/1.0.0-8e45213/tasks/netstandard2.0/runtimes/linux-x64/native/ + run: cp temp-ci-fix/libshaderc_shared.so ~/.nuget/packages/mlang.msbuild/1.0.0-331cf83/tasks/netstandard2.0/runtimes/linux-x64/native/ - name: Debug run: | dotnet build --configuration Debug --no-restore --verbosity normal