Skip to content

Commit

Permalink
fix: attempt to fix unknown symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Feb 23, 2023
1 parent 0f15155 commit 36ca4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- if: |
!matrix.use_cross && !runner.os == "Windows"
!matrix.use_cross && !runner.os == 'Windows'
name: Build library
run: cargo build --release --package anoncreds --target ${{matrix.target}} --features vendored
Expand Down

0 comments on commit 36ca4d0

Please sign in to comment.