Skip to content

Commit

Permalink
Make the GitHub Workflow "build" runnable with act
Browse files Browse the repository at this point in the history
  • Loading branch information
boardend committed Jun 27, 2024
1 parent 11a7320 commit bf6bbfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Swap Space
if: ${{ !env.ACT }}
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 8
Expand All @@ -41,6 +42,7 @@ jobs:
flex
bison
- name: Free Disk Space (Ubuntu)
if: ${{ !env.ACT }}
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
Expand Down

0 comments on commit bf6bbfb

Please sign in to comment.