Skip to content

Commit 542e7a3

Browse files
committed
Update cache path, remove map_err
1 parent 6d736fa commit 542e7a3

File tree

2 files changed

+1
-2
lines changed
  • .github/workflows
  • popgetter-browser/rust_backend/src

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Cache WASM build
2929
uses: actions/cache@v3
3030
with:
31-
path: rust_backend/target
31+
path: popgetter-browser/rust_backend/target
3232
key: rust_backend
3333

3434
- name: Install dependencies for all packages

popgetter-browser/rust_backend/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ impl Backend {
7575
});
7676
let popgetter = Popgetter::new()
7777
.await
78-
.map_err(|err| info!("{err}"))
7978
.unwrap();
8079
let expanded_metadata_df = popgetter
8180
.metadata

0 commit comments

Comments
 (0)