Skip to content

Bump github.com/apple/swift-nio from 2.66.0 to 2.100.0 in /lang-server-backends/swift/swift-nio/app #532

Bump github.com/apple/swift-nio from 2.66.0 to 2.100.0 in /lang-server-backends/swift/swift-nio/app

Bump github.com/apple/swift-nio from 2.66.0 to 2.100.0 in /lang-server-backends/swift/swift-nio/app #532

Workflow file for this run

name: Opensuse
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip_build]')"
steps:
- uses: actions/checkout@v4
- name: Build ffead-cpp on opensuse
run: |
cd docker/os-based
docker build -f DockerFile-OpenSuse-x64-ffead-cpp .
docker build -f DockerFile-OpenSuse-x64-ffead-cpp_autoconf .