ci: make ci deterministic

This commit is contained in:
Adam Uhlíř 2024-10-31 14:43:13 +01:00
parent 3625902747
commit 2af80a6ae6
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -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