Skip to content

Commit fe2b3b2

Browse files
Merge pull request #627 from dfinity/andriy/update-periodic-tasks
Update `README` and `Cargo.toml` in `periodic-tasks`
2 parents 01be856 + 34beff5 commit fe2b3b2

File tree

7 files changed

+176
-647
lines changed

7 files changed

+176
-647
lines changed

.github/workflows/rust-periodic_tasks-example.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
21+
env:
22+
DFX_VERSION: 0.13.1
2123
run: bash .github/workflows/provision-darwin.sh
2224
- name: Rust Periodic Tasks Darwin
2325
run: |
@@ -30,6 +32,8 @@ jobs:
3032
steps:
3133
- uses: actions/checkout@v1
3234
- name: Provision Linux
35+
env:
36+
DFX_VERSION: 0.13.1
3337
run: bash .github/workflows/provision-linux.sh
3438
- name: Rust Periodic Tasks Linux
3539
run: |

0 commit comments

Comments
 (0)