Skip to content

Commit

Permalink
ci: Fix libshaderc hack again
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Feb 11, 2024
1 parent 3fb7221 commit 7ae928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ae928a

Please sign in to comment.