Skip to content

Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates #199

Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates

Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates #199

Workflow file for this run

# This workflow will do stuff wit the Pascal version of tictactoe
name: Pascal
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_pascal
steps:
- uses: actions/checkout@v4
- name: Setup Lazarus/Pascal
uses: gcarreno/setup-lazarus@v3
with:
lazarus-version: "stable"
with-cache: false
- name: Build
run: lazbuild tictactoe.lpi
- name: Run
run: ./tictactoe -x 4 -o 4