Skip to content

Commit

Permalink
work around a runner / make / bash / windows glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Aug 28, 2023
1 parent ac09c03 commit 2aa3dc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/setup.sh
Expand Up @@ -172,4 +172,7 @@ echo "======================================================================="
echo "Get Pyodide ready"

cd core/sandbox/pyodide
make setup
# work around an awkward bug with sh + make + windows + runners
# https://github.com/actions/runner-images/issues/7253
bash ./setup.sh
make fetch_packages

0 comments on commit 2aa3dc5

Please sign in to comment.