Skip to content

Commit

Permalink
CI: Sets classes refs to v3.000.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 9, 2024
1 parent dbcc4ab commit a213cdb
Showing 1 changed file with 3 additions and 3 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@v2
with:
path: Include/EA31337-classes
ref: v3.000.1
ref: v3.000.2
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@v2
with:
path: indicators-other/Price/Include/EA31337-classes
ref: v3.000.1
ref: v3.000.2
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@v2
with:
path: Include/EA31337-classes
ref: v3.000.1
ref: v3.000.2
repository: EA31337/EA31337-classes
- name: Compile required indicator for MQL4
if: false
Expand Down

0 comments on commit a213cdb

Please sign in to comment.