Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
speckyspooky authored Sep 16, 2023
1 parent f20b8e4 commit 3a49726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check runner agent tool directory
run:
echo "runner agent tools directory of logging"
echo "$AGENT_TOOLSDIRECTORY"
- name: Create more disk space
run: sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Check runner agent tool directory
run:
echo "runner agent tools directory of logging:"
echo "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout
uses: actions/checkout@v1
- name: Set up JDK 17
Expand Down

0 comments on commit 3a49726

Please sign in to comment.