Skip to content

Commit

Permalink
Optimizing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 17, 2020
1 parent 27169ef commit 57eba64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: "actions/checkout@v2.1.0"
- uses: "cachix/install-nix-action@v9"
- uses: "cachix/install-nix-action@v10"
with:
skip_adding_nixpkgs_channel: true
- uses: "cachix/cachix-action@v6"
with:
name: dconf2nix
Expand Down

0 comments on commit 57eba64

Please sign in to comment.