Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 21, 2023
1 parent 817aaeb commit b9d4851
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Configure Build Dependencies
uses: ./.github/actions/configure-build-dependencies
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ runner.os }}-build
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
runs-on: ${{ matrix.os }}
steps:
- name: Configure Build Dependencies
uses: ./.github/actions/configure-build-dependencies
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ runner.os }}-build
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')

- name: Build Ice
uses: ./.github/actions/build
- name: Build Ice
uses: ./.github/actions/build

# test-ice:
# strategy:
Expand Down

0 comments on commit b9d4851

Please sign in to comment.