testing: Skip Verifying swiftly Signature in CI
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
|||||||
- uses: swift-actions/setup-swift@v3
|
- uses: swift-actions/setup-swift@v3
|
||||||
with:
|
with:
|
||||||
swift-version: "6.2.4"
|
swift-version: "6.2.4"
|
||||||
|
skip-verify-signature: true
|
||||||
# Because our tree-sitter code is in a subdirectory,
|
# Because our tree-sitter code is in a subdirectory,
|
||||||
# and working-directory does not apply to uses, we
|
# and working-directory does not apply to uses, we
|
||||||
# are forced to specify calls to the CI ourselves.
|
# are forced to specify calls to the CI ourselves.
|
||||||
@@ -46,6 +47,7 @@ jobs:
|
|||||||
- uses: swift-actions/setup-swift@v3
|
- uses: swift-actions/setup-swift@v3
|
||||||
with:
|
with:
|
||||||
swift-version: "6.2.4"
|
swift-version: "6.2.4"
|
||||||
|
skip-verify-signature: true
|
||||||
- run: tree-sitter generate
|
- run: tree-sitter generate
|
||||||
working-directory: ./tree-sitter-p4
|
working-directory: ./tree-sitter-p4
|
||||||
- run: ./ci/format.sh
|
- run: ./ci/format.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user