Skip to content

Commit

Permalink
Try setting env inside steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Feb 1, 2025
1 parent e956e87 commit 6c20a9f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
env:
HXCPP_COMPILE_CACHE: ${{ runner.temp }}/hxcpp_cache
HXCPP_COMPILE_MB: 4000
steps:
- name: Setup compile cache
env:
HXCPP_COMPILE_CACHE: ${{ runner.temp }}/hxcpp_cache
env:
HXCPP_COMPILE_MB: 4000

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 6c20a9f

Please sign in to comment.