Skip to content

Commit

Permalink
chore(CI): Attempt to mitigate frequent VM freezing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Jan 20, 2024
1 parent e92c51a commit 54c429e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
architecture: ${{ matrix.os.arch }}
version: "${{ matrix.os.version }}"
shell: bash
shutdown_vm: false
run: |
sudo pkg_add -Iv ${{ env.PKG_DEPS_GENERAL }} ${{ env.PKG_DEPS_CLI }}
echo Extracting ports.tar.gz ...
Expand Down

0 comments on commit 54c429e

Please sign in to comment.