Skip to content

Update Workspace

Update Workspace #174

# Swift 5.7 (Amazon Linux).yaml
#
# This source file is part of the SDGSwift open source project.
# https://sdggiesbrecht.github.io/SDGSwift
#
# Copyright ©2021–2023 Jeremy David Giesbrecht and the SDGSwift project contributors.
#
# Soli Deo gloria.
#
# Licensed under the Apache Licence, Version 2.0.
# See http://www.apache.org/licenses/LICENSE-2.0 for licence information.
name: Swift 5.7 (Amazon Linux)
on: [push, pull_request]
jobs:
Swift_5_7_Amazon_Linux:
name: Swift 5.7 (Amazon Linux)
runs-on: ubuntu-20.04
container: swift:5.7.3-amazonlinux2
steps:
- name: Check out
uses: actions/checkout@v2
- name: Repair Git
shell: bash
run: |
set -x
git config --global --add safe.directory '*'
- name: Install SwiftPM dependencies
shell: bash
run: |
set -x
yum install --assumeyes \
ncurses-devel \
sqlite-devel
- name: Validate
shell: bash
run: |
set -x
swift test