3 Commits

Author SHA1 Message Date
4b39024091 Update randopix.nimble 2020-05-28 21:43:47 +02:00
9b8323349c Update build.yml 2020-05-23 19:02:11 +02:00
82232f0ccf Update build.yml 2020-05-23 18:57:21 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,16 +3,16 @@ name: Build randopix
on:
push:
branches:
- master
- build
jobs:
build:
name: Build x86
name: Build 64 Bit Linux
# This job runs on Linux
runs-on: ubuntu-latest
steps:
- name: Install GTK packages
run: sudo apt install --ignore-missing gnome-devel
run: sudo apt install gir1.2-gtk-3.0 gir1.2-graphene-1.0 gir1.2-gtksource-3.0 gir1.2-vte-2.91 gir1.2-notify-0.7 gir1.2-gst-plugins-bad-1.0
- uses: actions/checkout@master
- name: Cache choosenim
id: cache-choosenim

View File

@@ -9,7 +9,7 @@ srcDir = "src"
bin = @["randopix", "pixctrl"]
# Dependencies
requires "nim >= 1.0.0", "gintro >= 0.5.5", "argparse >=0.10.1"
requires "nim >= 1.0.0", "gintro <= 0.5.5", "argparse >=0.10.1"
task debug, "Compile debug version":
exec "nim c -d:debug --debugger:native --out:randopix src/randopix.nim"