Skip to content

Handle kotlinc symbolic link for determining KOTLIN_DIR #176

Handle kotlinc symbolic link for determining KOTLIN_DIR

Handle kotlinc symbolic link for determining KOTLIN_DIR #176

name: Check autoconf (Other distros)
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'
jobs:
redhat-family:
strategy:
matrix:
version: [latest]
os: [fedora]
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}:${{ matrix.version }}
steps:
- name: Install git so we get the .github directory
run: dnf install -y git
- uses: actions/checkout@v3
- name: Setup image and run bats tests
run: .github/jobs/configure-checks/setup_configure_image.sh