Skip to content

Commit

Permalink
Adds with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 11, 2024
1 parent ac29b3d commit ed46ef9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ env:
INDI_OTHER_WORKDIR: ${{ vars.INDI_OTHER_WORKDIR || 'indicators-other' }}

jobs:
Install-MT4-Linux:
Platform:
uses: EA31337/ansible-role-metatrader/.github/workflows/platform.yml@dev
with:
artifact: mt4
version: 4

Compile:
defaults:
Expand All @@ -36,11 +39,11 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: platform4
name: mt4
path: .mt4
- uses: actions/download-artifact@v4
with:
name: platform5
name: mt5
path: .mt5
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ed46ef9

Please sign in to comment.