Skip to content

Commit

Permalink
Merge branch 'master' into andriy/update-performance-counters
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Dec 8, 2023
2 parents 9eb9430 + 494120f commit b88c391
Show file tree
Hide file tree
Showing 8 changed files with 855 additions and 5,689 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-hello-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
- name: Rust Hello Darwin
run: |
dfx start --background
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
- name: Rust Hello Linux
run: |
dfx start --background
Expand Down
Loading

0 comments on commit b88c391

Please sign in to comment.