mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Add missing checkout action
This commit is contained in:
parent
86e8caa071
commit
86a97d5eb6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -216,6 +216,8 @@ jobs:
|
||||||
name: Install Nix using non-default source-url inputs
|
name: Install Nix using non-default source-url inputs
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install with alternative source-url
|
- name: Install with alternative source-url
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue