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 Feb 21, 2024
1 parent 32c7d57 commit 2c22c18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
- name: Compile auto-mcs
run: |
spec_file="auto-mcs.linux.spec"
cd "$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
current=$( pwd )
sudo cp -f /usr/lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib64/libcrypt.so.2
export DISPLAY=:0.0
cd build-tools
current=$( pwd )
python3.9 -venv ./venv
source ./venv/bin/activate
pip install -r reqs-linux.txt
Expand Down

0 comments on commit 2c22c18

Please sign in to comment.