Skip to content

Commit

Permalink
fixup! Support cryptography module
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Jun 14, 2024
1 parent 350bc7b commit 3c8d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
toolchain: stable
- name: install diesel_cli
run: cargo install diesel_cli --no-default-features --features mysql
run: cargo install diesel_cli --no-default-features --features mysql --features crypto_adaptor_openssl
- name: init database
run: diesel setup --database-url mysql://root:[email protected]:3306/vault
- name: Build
Expand Down

0 comments on commit 3c8d309

Please sign in to comment.