Skip to content

Commit

Permalink
tmp fix for github action
Browse files Browse the repository at this point in the history
tmp workaround until bug upstream is resolved:actions/runner-images#2703
  • Loading branch information
Kharianne authored Feb 13, 2021
1 parent 4b8fe15 commit 372cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install -r requirements.txt
sudo ACCEPT_EULA=Y apt-get update -y
sudo ACCEPT_EULA=Y apt-get upgrade -y
sudo ACCEPT_EULA=Y apt-get upgrade -y -o Dpkg::Options::="--force-overwrite"
sudo ACCEPT_EULA=Y apt-get install -y npm
sudo npm install -g [email protected] --unsafe-perm=true --allow-root orca
Expand Down

0 comments on commit 372cf64

Please sign in to comment.