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 a60daa5 commit 8f7c88eCopy full SHA for 8f7c88e
.github/workflows/gobuild.yml
@@ -50,9 +50,9 @@ jobs:
50
- name: Inflate
51
shell: bash
52
run: |
53
- ls -l
54
-
55
- inflate install . # inflate gobo. Technically this isn't needed because of the install command below
+ # ls -l
+ #
+ # inflate install . # inflate gobo. Technically this isn't needed because of the install command below
56
cd demo
57
inflate install -r inflator.toml # inflate demo dependencies, e.g. assert
58
inflate
0 commit comments