mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
ci: Remove Swift package cache steps from CI workflow ...because we
don't have dependencies at this moment, so Package.resolved wasn't even there.
This commit is contained in:
parent
b0d9e8895a
commit
dca866c3a9
1 changed files with 0 additions and 18 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
|
@ -19,15 +19,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache Swift packages
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .build
|
||||
key: ${{ runner.os }}-swift-${{ matrix.swift-version }}-${{ hashFiles('**/Package.resolved') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-swift-${{ matrix.swift-version }}-
|
||||
${{ runner.os }}-swift-
|
||||
|
||||
- name: Build package
|
||||
run: swift build --verbose
|
||||
|
||||
|
|
@ -49,15 +40,6 @@ jobs:
|
|||
with:
|
||||
swift-version: ${{ matrix.swift-version }}
|
||||
|
||||
- name: Cache Swift packages
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .build
|
||||
key: ${{ runner.os }}-swift-${{ matrix.swift-version }}-${{ hashFiles('**/Package.resolved') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-swift-${{ matrix.swift-version }}-
|
||||
${{ runner.os }}-swift-
|
||||
|
||||
- name: Build package
|
||||
run: swift build --verbose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue