Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 14, 2024
1 parent 688f41a commit 850a39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- /usr/share/dotnet:/gh/dotnet
- /opt/ghc:/gh/ghc
- /usr/local/share/boost:/gh/boost
- /usr/local/lib/android:/gh/android
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -39,6 +40,7 @@ jobs:
sudo rm -rf /gh/dotnet/*
sudo rm -rf /gh/ghc/*
sudo rm -rf /gh/boost/*
sudo rm -rf /gh/android/*
df -h
- name: Build
run: ./common/start_build.sh ${{needs.findengine.outputs.engine}}
Expand Down

0 comments on commit 850a39b

Please sign in to comment.