Skip to content

Bump pyo3 from 0.22.4 to 0.22.5 in /tictactoe_rust in the cargo-minor group #76

Bump pyo3 from 0.22.4 to 0.22.5 in /tictactoe_rust in the cargo-minor group

Bump pyo3 from 0.22.4 to 0.22.5 in /tictactoe_rust in the cargo-minor group #76

Workflow file for this run

# This workflow will run theTcl version of tictactoe
name: Tcl
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_tcl
steps:
- uses: actions/checkout@v4
- name: Setup Tcl
run: sudo apt-get install tcl
- name: Run the game
run: tclsh tictactoe.tcl 4 4