Skip to content

Commit

Permalink
Merge pull request #295 from gerlero/actions
Browse files Browse the repository at this point in the history
Fetch OpenFOAM source tarballs from own repository
  • Loading branch information
gerlero authored Oct 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 591b9d6 + 693d802 commit c5773ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ on:

env:
MAKE_VARS: >
${{ inputs.openfoam-version != '' && format('OPENFOAM_VERSION={0}', inputs.openfoam-version) || '' }}
${{ inputs.openfoam-version != '' && format('OPENFOAM_VERSION={0} OPENFOAM_TARBALL_URL=https://raw.githubusercontent.com/gerlero/openfoam-tarballs/refs/heads/main/OpenFOAM-v{0}.tgz', inputs.openfoam-version) || '' }}
${{ inputs.app-version != '' && format('APP_VERSION={0}', inputs.app-version) || '' }}
${{ inputs.app-name != '' && format('APP_NAME={0}', inputs.app-name) || '' }}
${{ inputs.openfoam-git-branch != '' && format('OPENFOAM_GIT_BRANCH={0}', inputs.openfoam-git-branch) || '' }}

0 comments on commit c5773ce

Please sign in to comment.