Skip to content

Commit

Permalink
Merge pull request #627 from dfinity/andriy/update-periodic-tasks
Browse files Browse the repository at this point in the history
Update `README` and `Cargo.toml` in `periodic-tasks`
  • Loading branch information
dfinity-berestovskyy authored Nov 30, 2023
2 parents 01be856 + 34beff5 commit fe2b3b2
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 647 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-periodic_tasks-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.13.1
run: bash .github/workflows/provision-darwin.sh
- name: Rust Periodic Tasks Darwin
run: |
Expand All @@ -30,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.13.1
run: bash .github/workflows/provision-linux.sh
- name: Rust Periodic Tasks Linux
run: |
Expand Down
Loading

0 comments on commit fe2b3b2

Please sign in to comment.