Skip to content

Commit 1720f81

Browse files
authored
Update ci.yml
1 parent 91a8f54 commit 1720f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
3333
- name: "Replace julia libstdcxx ubuntu + julia v1.6"
34+
shell: bash
3435
if: ${{ matrix.version == '1.6' && matrix.os == 'ubuntu-latest' }}
3536
# The following is needed for Julia <=1.8.3 on Linux OS
3637
# due to old version of libstcxx used by Julia
3738
# taken from https://github.com/hhaensel/ReplaceLibstdcxx.jl/blob/main/src/ReplaceLibstdcxx.jl
38-
- run: |
39+
run: |
3940
julia -e '
4041
libs = filter(x -> ! occursin("32", x), getindex.(split.(readlines(pipeline(`ldconfig -p`, `grep libstdc`)), r"\s*=>\s*"), 2))
4142
source_dir = dirname(libs[end])

0 commit comments

Comments
 (0)