We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2048ab6 commit 5cdef40Copy full SHA for 5cdef40
.github/workflows/gcc12.yml
@@ -52,6 +52,8 @@ jobs:
52
- name: Set env
53
run: |
54
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
55
+ echo "LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12" >> $GITHUB_ENV
56
+ echo "LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12" >> $GITHUB_ENV
57
58
#- name: Cache rust repository
59
## We only clone the rust repository for rustc tests
0 commit comments