Compare commits
2 commits
cb340da22e
...
fdc0c60f2f
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc0c60f2f | |||
| 3bd779699c |
2 changed files with 9 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue