Skip to content

Commit

Permalink
Merge pull request #63 from getAlby/fix-ci
Browse files Browse the repository at this point in the history
fix: tests & build
  • Loading branch information
rdmitr authored Feb 12, 2025
2 parents eaf683a + 309d839 commit 5103098
Show file tree
Hide file tree
Showing 4 changed files with 3,501 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install cross
if: ${{ matrix.build.tool == 'cross' }}
run: cargo install cross --git https://github.com/cross-rs/cross --rev c87a52a
run: cargo install cross --git https://github.com/cross-rs/cross --rev 107433f

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 5103098

Please sign in to comment.