ensure msvc builds have ccache

develop
Myk Taylor 2023-04-29 23:31:44 -07:00
parent b69aff4d6e
commit 17a423bcd2
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

@ -136,6 +136,10 @@ jobs:
name: Build MSVC win64
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install ccache
- name: Clone DFHack
uses: actions/checkout@v3
with:

@ -22,6 +22,10 @@ jobs:
name: Deploy to Steam
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install ccache
- name: Clone DFHack
uses: actions/checkout@v3
with: