Compare commits

...

2 commits

Author SHA1 Message Date
fdc0c60f2f hopefully fix CI
Some checks failed
/ build (push) Failing after 1m35s
2025-03-27 12:02:19 +01:00
3bd779699c pin parsetoml to currently newest commit 2025-03-27 12:00:59 +01:00
2 changed files with 9 additions and 10 deletions

View file

@ -7,7 +7,7 @@ jobs:
container:
image: quay.io/fedora/fedora-minimal:41
steps:
- run: dnf5 install -y nodejs tar xz git buildah podman skopeo just
- run: dnf5 install -y nodejs tar xz git buildah podman skopeo just sqlite
- uses: https://code.forgejo.org/actions/checkout@v4
- name: build image
run: just build "--storage-driver=vfs"

View file

@ -1,12 +1,11 @@
# Package
version = "0.1.0"
author = "mr-boneman"
description = "mix rss feeds"
license = "MIT"
srcDir = "src"
bin = @["rssmix"]
version = "0.1.0"
author = "mr-boneman"
description = "mix rss feeds"
license = "MIT"
srcDir = "src"
bin = @["rssmix"]
# Dependencies
@ -14,6 +13,6 @@ requires "nim >= 2.0.8"
requires "mummy"
requires "parsetoml"
requires "jsony"
requires "rssatom"
requires "rssatom#d297f5a81be2472905d367aa675dcbbca6e7a5d2"
requires "puppy"
requires "pretty"
requires "pretty"