Skip to content

Commit

Permalink
testing new db approach on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider committed Dec 16, 2024
1 parent 824d69d commit 1e41842
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 @@ -27,7 +27,7 @@ jobs:
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v4
with:
ref: ${github.ref_name}
ref: ${{ github.event.pull_request.head.ref }}

- name: Install sqlx
run: cargo install sqlx-cli --version 0.6.2
Expand Down

0 comments on commit 1e41842

Please sign in to comment.