Skip to content

Commit

Permalink
Merge pull request #99 from nbyavuz/windows-ccache
Browse files Browse the repository at this point in the history
windows: Install ccache on VM image
  • Loading branch information
anarazel committed Jun 14, 2024
2 parents f530ac3 + e076135 commit 03a9225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ build {

"choco install -y --no-progress 7zip",
"choco install -y --no-progress git --parameters=\"/GitAndUnixToolsOnPath\"",
"choco install -y --no-progress ccache"
]
}

Expand Down

0 comments on commit 03a9225

Please sign in to comment.