Skip to content

Commit

Permalink
{ci} Reorder steps?
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Apr 20, 2024
1 parent 2745a55 commit 787f1a1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
repository: 'asmaloney/libE57Format-test-data'
path: libE57Format-test-data

- name: Configure MSVC console (Windows)
if: matrix.platform == 'windows'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}

- name: Install Dependencies (macOS)
if: matrix.platform == 'macos'
run: |
Expand All @@ -132,18 +138,6 @@ jobs:
ccache --version | head -n 1
echo "ninja $(ninja --version)"
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
max-size: '5G'
key: ${{ matrix.os }}-${{ matrix.build_type }}

- name: Configure MSVC console (Windows)
if: matrix.platform == 'windows'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}

- name: Output conda info (Windows)
if: matrix.platform == 'windows'
run: |
Expand All @@ -153,6 +147,12 @@ jobs:
conda config --show
printenv | sort
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
max-size: '5G'
key: ${{ matrix.os }}-${{ matrix.build_type }}

- name: Configure
run: >
mkdir libE57Format-build
Expand Down

0 comments on commit 787f1a1

Please sign in to comment.