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 5, 2024
1 parent e5d60c3 commit 6bf48ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update -y
sudo apt install xvfb fluxbox libcrypt-dev -y
sudo apt install xvfb fluxbox libasound2 -y
export DISPLAY=:0.0
Xvfb :0 -screen 0 1280x720x24 > /dev/null 2>&1 &
sleep 1
Expand All @@ -67,7 +67,7 @@ jobs:
mkdir -p /opt/python/
ln -s /opt/hostedtoolcache/Python/3.9.18/x64 /opt/python/3.9.18
sudo cp -f /usr/lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib64/libcrypt.so.2
alias logname="echo runner"
export logname="echo runner"
export DISPLAY=:0.0
cd build-tools
chmod +x build-linux.sh
Expand Down

0 comments on commit 6bf48ce

Please sign in to comment.