Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/macarooni-man/auto-mcs into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Jan 21, 2024
2 parents 4feaee4 + c4808e4 commit ec53594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
mkdir -p /opt/python/
ln -s /opt/hostedtoolcache/Python/3.9.18/x64 /opt/python/3.9.18
sudo rm -rf /usr/bin/python3
sudo rm -rf /usr/bin/pip
sudo ln -s /opt/hostedtoolcache/Python/3.9.18/x64/bin/python/bin/python3 /usr/bin/python3
sudo ln -s /opt/hostedtoolcache/Python/3.9.18/x64/bin/python/bin/pip3.9 /usr/bin/pip3.9
# sudo rm -rf /usr/bin/pip
sudo ln -s /opt/hostedtoolcache/Python/3.9.18/x64/bin/python/bin /usr/bin/python3
# sudo ln -s /opt/hostedtoolcache/Python/3.9.18/x64/bin/python/bin/pip3.9 /usr/bin/pip
sudo cp -f /usr/lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib64/libcrypt.so.2
export DISPLAY=:0.0
cd build-tools
Expand Down

0 comments on commit ec53594

Please sign in to comment.