WIP: Try ci again.

This commit is contained in:
2025-11-12 12:50:21 -05:00
parent 5cd812ea0d
commit 6b1e6585db
2 changed files with 13 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ podman run -it --name "$(basename "$pwd")" \
-v "$HOME/.local/share/nvim":/root/.local/share/nvim \
-v "$(pwd)":/root/dev \
-w /root/dev \
git.housh.dev/swift-dev:latest \
git.housh.dev/michael/swift-dev:latest \
/bin/bash
```