CHG: Moving standard env vars to issm_options for MSYS2 builds #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ubuntu CodiPack | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
env: | |
ISSM_DIR: ${{ github.workspace }} | |
jobs: | |
build-test: | |
uses: ./.github/workflows/common-workflow.yml | |
with: | |
os: ubuntu-latest | |
build_type: codipack | |
secrets: inherit | |
name: build-test-ubuntu-codipack |