Skip to content

Commit

Permalink
fix: fix immediately dropping of guard for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki WADA committed Jun 17, 2023
1 parent 83b28b2 commit b12bfd3
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 321 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- feature/*

jobs:
build:
Expand All @@ -31,9 +30,6 @@ jobs:
toolchain: 1.70.0
target: ${{ matrix.cross-target }}
override: true
-
name: Install Dependencies
run: sudo apt-get install pkg-config libssl-dev -y
-
name: Build binary using cross
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit b12bfd3

Please sign in to comment.