Skip to content

debug free space

debug free space #4

Workflow file for this run

---
name: main
on:
push:
pull_request:
workflow_dispatch:
# schedule:
# - cron: "0 6 * * *"
defaults:
run:
shell: bash
jobs:
freesurfer:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: build image
run: |
set -euxo pipefail
df -h
cd software/Freesurfer
podman build .