Skip to content

Commit ae78d4b

Browse files
committed
Use Janet 1.32.1 on Semaphore
1 parent 9ee4820 commit ae78d4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ blocks:
1010
jobs:
1111
- name: 'Tests'
1212
commands:
13-
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.29.1.tar.gz
14-
- tar xvf v1.29.1.tar.gz
15-
- cd janet-1.29.1
13+
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.32.1.tar.gz
14+
- tar xvf v1.32.1.tar.gz
15+
- cd janet-1.32.1
1616
- make
1717
- sudo make install
1818
- cd

0 commit comments

Comments
 (0)