Skip to content

Commit

Permalink
CI: add nix package build test (OSGeo#3906)
Browse files Browse the repository at this point in the history
* CI: add nix package and dev environment test

* nix: exclude more files from package source

---------

Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
  • Loading branch information
2 people authored and a0x8o committed Jul 23, 2024
1 parent 4bd82c1 commit 0143a3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install nix
<<<<<<< HEAD
uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12

- name: Setup cachix
uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
=======
uses: DeterminateSystems/nix-installer-action@v12

- name: Setup cachix
uses: cachix/cachix-action@v15
>>>>>>> 3986103fdf (CI: add nix package build test (#3906))
with:
name: osgeo-grass
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 0143a3f

Please sign in to comment.