Skip to content

Commit

Permalink
Updates classes refs to v2.013
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 30, 2023
1 parent bc3b430 commit 2f60a69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Enables input mode
run: echo '#define __input__' > config/define.h
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: indicators-other/Misc/Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Compile strategy for MQL5
uses: fx31337/mql-compile-action@master
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Compile required indicator for MQL4
if: false # MQL4 version not supported.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Enables input mode
run: echo '#define __input__' > config/define.h
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: indicators-other/Misc/Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Compile strategy for MQL5
uses: fx31337/mql-compile-action@master
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
ref: v2.013
repository: EA31337/EA31337-classes
- name: Compile required indicator for MQL4
if: false # MQL4 version not supported.
Expand Down

0 comments on commit 2f60a69

Please sign in to comment.