Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 21, 2024
1 parent 72f0a84 commit 84a4ffc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ jobs:
- id: echodlparam
shell: bash
run: echo "${{ steps.dlparam.outputs.tool4d }}"

buildtwo:
name: "Download no opt on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: 4d/tool4d-action@main
id: dl
if: "${{ matrix.os }} != 'ubuntu-latest'"
- id: echodl
shell: bash
if: "${{ matrix.os }} != 'ubuntu-latest'"
run: echo "${{ steps.dl.outputs.tool4d }}"

0 comments on commit 84a4ffc

Please sign in to comment.