rename some workflow steps

develop
Myk Taylor 2023-08-07 11:01:42 -07:00
parent 959e6fdad6
commit e57a5d665f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

@ -131,7 +131,7 @@ jobs:
- name: Run cpp tests
if: inputs.platform-files
run: ninja -C build test
- name: Trim cache
- name: Finalize cache
if: inputs.platform-files
run: |
ccache --max-size 40M

@ -98,7 +98,7 @@ jobs:
run: |
cd build
bash -x build-win64-from-linux.sh
- name: Trim cache
- name: Finalize cache
run: |
cd build
ccache -d win64-cross/ccache --max-size 150M

@ -110,7 +110,7 @@ jobs:
mkdir -p ${{ env.DF_FOLDER }}/dfhack-config/init
cd data/dfhack-config/init
for fname in *.init; do touch ../../../${{ env.DF_FOLDER }}/dfhack-config/init/$fname; done
- name: Download DFHack
- name: Install DFHack
uses: actions/download-artifact@v3
with:
name: test-${{ matrix.compiler }}