Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed May 3, 2024
1 parent 4d01163 commit 4b8ae5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: run benchmark
runs-on: ubuntu-latest
env:
RUSTC_VERSION: 1.78.0
RUSTC_VERSION: 1.77.0
steps:
- uses: actions/checkout@v4
- name: Checkout base branch
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
~/.cargo
target
rust/bench/target
key: ${{ runner.os }}-bench-0.1.1-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-bench-0.1.3-${{ hashFiles('**/Cargo.lock') }}
- name: Install canbench
run: cargo install canbench
- name: Run perf for base branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
command: build
args: --target arm-unknown-linux-gnueabihf --release --locked
- name: 'Upload assets'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.asset_name }}
path: ${{ matrix.artifact_name }}
Expand Down

0 comments on commit 4b8ae5f

Please sign in to comment.