Skip to content

Removed sudo: already superuser in Docker #82

Removed sudo: already superuser in Docker

Removed sudo: already superuser in Docker #82

Workflow file for this run

name: build
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
container: amd64/archlinux:base
steps:
- uses: actions/checkout@v4
- run: pacman -S --needed python-pipx python-wxpython
- run: pipx install hatch
- run: hatch fmt --check
- run: hatch -vv env create dev
- run: hatch build