Skip to content

Bump androidx.compose:compose-bom from 2024.11.00 to 2024.12.01 in /tictactoe_kotlin in the kotlin-minor group #133

Bump androidx.compose:compose-bom from 2024.11.00 to 2024.12.01 in /tictactoe_kotlin in the kotlin-minor group

Bump androidx.compose:compose-bom from 2024.11.00 to 2024.12.01 in /tictactoe_kotlin in the kotlin-minor group #133

Workflow file for this run

# This workflow will run stuff on the intercal version of tictactoe.
name: intercal
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_intercal
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install intercal
- name: Compile tictactoe
run: ick -Ofb tictactoe.i
- name: Run
run: |
./tictactoe < input1.txt
./tictactoe < input2.txt