Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirulogeswaren committed Aug 26, 2024
1 parent 6c9d83b commit 17177bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ${{ github.workspace }}/metal-cpp
key: ${{ matrix.rhi }}-${{ matrix.prj }}-W${{ env.key }}-metal
key: ${{ matrix.rhi }}-${{ matrix.prj }}-W${{ env.key }}

- name: Downloading Metal-Cpp
if: ${{ !steps.restore-metal.outputs.cache-hit }}
run: xmake lua ./Scripts/Macros/macOS.lua

- name: Save cached xmake dependencies
- name: Save cached Metal-Cpp
if: ${{ !steps.restore-metal.outputs.cache-hit }}
uses: actions/cache/save@v4
with:
Expand Down Expand Up @@ -96,5 +96,5 @@ jobs:
run: xmake build ${{ matrix.prj }}

- name: Run tests
run: xmake test ${{ matrix.prj }}
run: xmake test ${{ matrix.prj }}/*

0 comments on commit 17177bb

Please sign in to comment.