Skip to content

Commit

Permalink
fix: PSJekyll tests ( Fixes #54 )
Browse files Browse the repository at this point in the history
Installing bundle
  • Loading branch information
James Brundage committed Oct 5, 2024
1 parent ee7f9cf commit 5a488fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSJekyll.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe PSJekyll {
"::group::Installing FFMpeg" | Out-Host
sudo apt update | Out-Host
sudo apt install ruby-full -y | Out-Host
sudo gem install jekyll | Out-Host
sudo gem install bundle jekyll | Out-Host
"::endgroup::" | Out-Host
}
}
Expand Down

0 comments on commit 5a488fa

Please sign in to comment.