Skip to content

Commit

Permalink
fix: fix doc test on arm and x64 ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Jan 18, 2025
1 parent 266e085 commit c79e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
env:
RUST_TOOLCHAIN_NIGHTLY: nightly-2024-08-30
CARGO_TERM_COLOR: always
CACHE_KEY_SUFFIX: 20250118
CACHE_KEY_SUFFIX: 20250118v2

jobs:
misc-check:
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Upload docs.rs docs as artifacts
uses: actions/upload-artifact@v4
with:
name: foyer-docs-${{ github.sha }}-${{ runner.os }}
name: foyer-docs-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}
path: target/doc
if-no-files-found: error
retention-days: 7
Expand Down

0 comments on commit c79e1da

Please sign in to comment.