mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-18 18:16:43 +00:00
ci: make ci deterministic
This commit is contained in:
parent
3625902747
commit
2af80a6ae6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user