small fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 18:21:15 +08:00
parent 4155f39d1e
commit 62f5e022d7

View File

@ -21,6 +21,13 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
# refer to https://github.com/actions/checkout # refer to https://github.com/actions/checkout
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: