Skip to content

Commit

Permalink
chore: Add Loom to CI build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
srounce committed May 2, 2024
1 parent 05a8b0b commit 9b7b637
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
-L \
-o ./imgGensqlQuery \
'.#ociImgGensqlQuery'
- run: |
nix build \
-L \
-o ./loom \
'.#loom'
- name: Login to Docker Hub
# only run this when running on main, because
Expand Down

0 comments on commit 9b7b637

Please sign in to comment.