mirror of
https://github.com/softinio/Fishee.git
synced 2025-02-22 21:46:05 -08:00
remove swift actions
This commit is contained in:
parent
7f4f500dc8
commit
398433d42e
2 changed files with 0 additions and 15 deletions
10
.github/workflows/build-and-release.yml
vendored
10
.github/workflows/build-and-release.yml
vendored
|
@ -14,11 +14,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Swift
|
|
||||||
uses: swift-actions/setup-swift@v2
|
|
||||||
with:
|
|
||||||
swift-version: '6.0'
|
|
||||||
|
|
||||||
- name: Get swift version
|
- name: Get swift version
|
||||||
run: swift --version
|
run: swift --version
|
||||||
|
|
||||||
|
@ -40,11 +35,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Swift
|
|
||||||
uses: swift-actions/setup-swift@v2
|
|
||||||
with:
|
|
||||||
swift-version: '6.0'
|
|
||||||
|
|
||||||
- name: Get swift version
|
- name: Get swift version
|
||||||
run: swift --version
|
run: swift --version
|
||||||
|
|
||||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Swift
|
|
||||||
uses: swift-actions/setup-swift@v2
|
|
||||||
with:
|
|
||||||
swift-version: '6.0'
|
|
||||||
|
|
||||||
- name: Get swift version
|
- name: Get swift version
|
||||||
run: swift --version
|
run: swift --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue