Skip to content

Commit

Permalink
ci(github): remove invalid cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 29, 2024
1 parent 8b05a21 commit dc27477
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
run: |
git submodule update --init
- name: Restore xmake packages
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/xmake-global/.xmake/packages
key: ${{ runner.os }}-xmake-packages

- name: Install tools
if: runner.os == 'Linux'
run: |
Expand All @@ -45,12 +39,6 @@ jobs:
if: runner.os == 'Linux'
run: xmake config -y -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y

- name: Cache xmake packages
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/xmake-global/.xmake/packages
key: ${{ runner.os }}-xmake-packages

- name: Build
run: |
xmake
Expand Down

0 comments on commit dc27477

Please sign in to comment.