We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7266fa1 commit 12963f3Copy full SHA for 12963f3
.github/workflows/build.yml
@@ -28,8 +28,8 @@ jobs:
28
# Runs a set of commands using the runners shell
29
- name: Run a multi-line script
30
run: |
31
- git clone https://github.com/glaucuslinux/bubble
+ git clone https://github.com/glaucuslinux/live
32
33
- ./bubble/install-nim
+ ./live/install-nim
34
35
PATH="~/.nim/bin:$PATH" nimble build
0 commit comments