Skip to content

Commit

Permalink
set EAGER_IMPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Mar 8, 2024
1 parent 431baa4 commit d765d63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
needs: [Create_Draft_On_GitHub, Version_Bumped]
env:
ARCH: x64
EAGER_IMPORT: true
runs-on: macos-latest-xlarge
steps:
- name : Checkout code
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
needs: [Create_Draft_On_GitHub, Version_Bumped]
env:
ARCH: x64
EAGER_IMPORT: true
runs-on: windows-latest
steps:
- name : Checkout code
Expand Down

0 comments on commit d765d63

Please sign in to comment.