Skip to content

Commit

Permalink
feat: Making 4bitcss.build.ps1 more Docker friendly ( re #50 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent 54d980a commit 1886b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/4bitcss.build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Push-Location ($PSScriptRoot | Split-Path)
# If running in a github workflow
if ($env:GITHUB_WORKSPACE) {
# If running in a github workflow or not on C: drive, clone the repo.
if ($env:GITHUB_WORKSPACE -or ($home -notmatch '^C:')) {
# clone the iTermColorSchemes repo
git clone https://github.com/mbadolato/iTerm2-Color-Schemes.git | Out-Host

Expand Down

0 comments on commit 1886b1e

Please sign in to comment.