File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,18 @@ jobs:
14
14
path : ~/.choosenim
15
15
key : ${{ runner.os }}-choosenim-stable
16
16
17
+ - name : Cache nimble
18
+ id : cache-nimble
19
+ uses : actions/cache@v1
20
+ with :
21
+ path : ~/.nimble
22
+ key : ${{ runner.os }}-nimble-stable
23
+
17
24
- uses : jiro4989/setup-nim-action@v1
18
25
19
26
- name : Install GUI
20
27
run : |
21
28
sudo apt update
22
29
sudo apt install -y build-essential libalut-dev libasound2-dev libc6-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev mesa-utils pkg-config xorg-dev xvfb
23
- - run : nimble install -y --verbose
30
+ - run : nimble install -y
24
31
- run : nim c -r tests/run.nim --compile --native --js
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 0.6.4 "
3
+ version = " 0.6.5 "
4
4
author = " treeform"
5
5
description = " Fidget - UI Library"
6
6
license = " MIT"
@@ -10,8 +10,8 @@ srcDir = "src"
10
10
11
11
requires " nim >= 1.0.0"
12
12
requires " chroma >= 0.1.3"
13
- requires " typography >= 0.7.2 "
14
- requires " pixie >= 0.0.11 "
13
+ requires " typography 0.7.3 "
14
+ requires " pixie 0.0.15 "
15
15
requires " vmath >= 0.4.0"
16
16
requires " print >= 0.1.0"
17
17
requires " opengl >= 1.2.3"
You can’t perform that action at this time.
0 commit comments