Skip to content

Commit

Permalink
Maybe single quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Aug 28, 2024
1 parent 2a86757 commit 1395991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Make more disk space available on public runner
- name: Maximize build space
uses: easimon/maximize-build-space@master
if: matrix.runs-on == "ubuntu-latest"
if: matrix.runs-on == 'ubuntu-latest'
with:
root-reserve-mb: 512
swap-size-mb: 1024
Expand Down

0 comments on commit 1395991

Please sign in to comment.