Skip to content

Commit

Permalink
fix git version
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 15, 2024
1 parent 0b3a2e7 commit 0c912e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.2.1446
- run: npm ci && npm run build
- name: Install Git
run: sudo apt-get update && sudo apt-get install -y git
- name: Build
run: npm ci && npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 0c912e7

Please sign in to comment.