Skip to content

Commit

Permalink
Install tailwindcss on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Mar 2, 2024
1 parent 6c68210 commit 5e6edc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: bahmutov/npm-install@v1
with:
working-directory: modules/webapp
- uses: cachix/install-nix-action@v25
- name: Install tailwindcss cli
run: |
nix profile install nixpkgs#tailwindcss
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Set current version
Expand Down

0 comments on commit 5e6edc3

Please sign in to comment.