Skip to content

Commit

Permalink
chore: windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Sep 26, 2023
1 parent 42d3dd1 commit 0cf2751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
if: ${{ matrix.os != 'windows-latest' }}
uses: mozilla-actions/sccache-action@v0.0.3

- name: Use mold-linker
Expand Down Expand Up @@ -250,6 +251,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
if: ${{ matrix.os != 'windows-latest' }}
uses: mozilla-actions/sccache-action@v0.0.3

- name: Use mold-linker
Expand Down

0 comments on commit 0cf2751

Please sign in to comment.