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 00de85a commit 42da721Copy full SHA for 42da721
.github/workflows/ci.yaml
@@ -51,3 +51,4 @@ jobs:
51
run: |
52
brew help
53
brew install aptly.rb
54
+ aptly --version
aptly.rb
@@ -28,7 +28,6 @@ def install
28
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=#{version}")
29
30
bash_completion.install "completion.d/aptly"
31
- @@ -34,7 +28,8 @@ def install
32
end
33
34
test do
0 commit comments