Skip to content

Commit d3f0a0f

Browse files
committed
Update Janet to 1.29.1
1 parent 0e66454 commit d3f0a0f

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.28.0.tar.gz
14-
- tar xvf v1.28.0.tar.gz
15-
- cd janet-1.28.0
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
1616
- make
1717
- sudo make install
1818
- cd

0 commit comments

Comments
 (0)