Skip to content

Commit

Permalink
Sets classes refs to 8294b59c42554ea78afc5cfd8230162f47018a03
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 30, 2023
1 parent e1b4665 commit 0c41bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- uses: actions/checkout@v3
with:
path: indicators-other/Oscillator/Include/EA31337-classes
ref: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- uses: actions/checkout@v3
with:
path: indicators-other/PriceBands/Include/EA31337-classes
ref: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- name: Enables input mode
run: echo '#define __input__' > config/define.h
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- name: Compile required indicator for MQL4
uses: fx31337/mql-compile-action@master
Expand Down
4 changes: 2 additions & 2 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: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- name: Enables input mode
run: echo '#define __input__' > config/define.h
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v2.012.1
ref: 8294b59c42554ea78afc5cfd8230162f47018a03
repository: EA31337/EA31337-classes
- name: Compile required indicator for MQL4
uses: fx31337/mql-compile-action@master
Expand Down

0 comments on commit 0c41bbc

Please sign in to comment.