Skip to content

issue #113 first floppy image in folder returns floppy image file not found #31

issue #113 first floppy image in folder returns floppy image file not found

issue #113 first floppy image in folder returns floppy image file not found #31

Workflow file for this run

name: Build
# Trigger when a pull request is received
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.10" ]
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install AtariST Toolkit Docker image
run: curl -sL https://github.com/sidecartridge/atarist-toolkit-docker/releases/download/latest/linux.sh | bash
- name: Run - remove interactive
run: sed -i 's/-it//' /usr/local/bin/stcmd
- name: Run - Build executable and not publish
run: ./build.sh ${GITHUB_WORKSPACE} all