Skip to content

Commit

Permalink
Update compiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man authored Jan 21, 2024
1 parent fe5c39c commit 0254005
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,18 @@ jobs:
with:
python-version: '3.9'

- name: Setup upterm session
uses: lhotari/action-upterm@v1
#- name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: Compile auto-mcs
run: |
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 ln -s /opt/hostedtoolcache/Python/3.9.18/x64/bin/python/bin/pip3.9 /usr/bin/pip3.9
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 0254005

Please sign in to comment.