Skip to content

Commit

Permalink
Hack fix for glibc problem with shaderc
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Jan 17, 2024
1 parent b98be27 commit 298c89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: bash get-dependencies.sh
- 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-e8cfb6a/tasks/netstandard2.0/runtimes/linux-x64/native/
- name: Debug
run: |
dotnet build --configuration Debug --no-restore --verbosity normal
Expand Down
Binary file added temp-ci-fix/libshaderc_shared.so
Binary file not shown.

0 comments on commit 298c89d

Please sign in to comment.