You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/benchmark_commits.yml
+3-1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ jobs:
44
44
version: "v0.4.0"
45
45
46
46
- name: Install deps
47
+
shell: bash -el {0}
47
48
run: |
48
49
dnf update -y
49
50
dnf remove -y 'gcc-toolset-13-*'
@@ -56,7 +57,7 @@ jobs:
56
57
echo CXX=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV
57
58
echo CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV
58
59
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV
59
-
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
60
+
echo /opt/rh/devtoolset-10/root/usr/bin | tee -a $GITHUB_PATH
60
61
61
62
dnf install -y mono-complete
62
63
@@ -65,6 +66,7 @@ jobs:
65
66
# We are changing the python here because we want to use the default python to build (it is devel version)
echo CXX=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV
99
103
echo CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/g++ | tee -a $GITHUB_ENV
100
104
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV
101
-
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
105
+
echo /opt/rh/devtoolset-10/root/usr/bin | tee -a $GITHUB_PATH
0 commit comments