Skip to content

Commit

Permalink
try Nikola's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata committed Feb 17, 2025
1 parent 29865c5 commit 351314f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Install gcc
run: |
conda install -c conda-forge libstdcxx-ng
sudo rm /usr/lib/x86_64-linux-gnu/libstdc++.so.6
sudo ln -s /home/runner/.local/share/r-miniconda/pkgs/libstdcxx-ng-12.1.0-ha89aaad_16/lib/libstdc++.so.6.0.30 /usr/lib/x86_64-linux-gnu/libstdc++.so.6
sudo mv /root/anaconda3/envs/live/lib/libstdc++.so.6 /root/anaconda3/envs/live/lib/old_libstdc++.so.6
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /root/anaconda3/envs/live/lib/libstdc++.so.6
- name: Build site
run: |
Expand Down

0 comments on commit 351314f

Please sign in to comment.