Skip to content

Commit 0b59db8

Browse files
committed
restore
1 parent 6276e47 commit 0b59db8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,18 @@ jobs:
1414
path: ~/.choosenim
1515
key: ${{ runner.os }}-choosenim-stable
1616

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+
1724
- uses: jiro4989/setup-nim-action@v1
1825

1926
- name: Install GUI
2027
run: |
2128
sudo apt update
2229
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
2431
- run: nim c -r tests/run.nim --compile --native --js

0 commit comments

Comments
 (0)