mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Update README.md with latest v3 version
Updates readme to reflect latest `v3` release of the action.
This commit is contained in:
parent
129f079024
commit
9c5d3b3cb7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v2
|
||||
uses: DeterminateSystems/nix-installer-action@v3
|
||||
- name: Run `nix build`
|
||||
run: nix build .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue