Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
sudo apt-get install -y ${{ matrix.apt_packages }}
if: ${{ matrix.apt_packages }}

- uses: hendrikmuhs/[email protected].22
- uses: hendrikmuhs/[email protected].23
with:
key: ${{ matrix.name }}
variant: ccache
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: hendrikmuhs/[email protected].22
- uses: hendrikmuhs/[email protected].23
with:
variant: ccache
- run: cmake --preset=defaults -DMUTINY_JUNIT_REPORT=TRUE
Expand All @@ -311,7 +311,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: hendrikmuhs/[email protected].22
- uses: hendrikmuhs/[email protected].23
with:
variant: ccache
- run: cmake --preset=defaults
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
mingw-w64-x86_64-make
mingw-w64-x86_64-ccache
- name: ccache
uses: hendrikmuhs/[email protected].22
uses: hendrikmuhs/[email protected].23
with:
variant: ccache
- name: Workflow
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: hendrikmuhs/[email protected].22
- uses: hendrikmuhs/[email protected].23
with:
variant: ccache
- name: Configure
Expand Down