Skip to content

Commit 42da721

Browse files
committed
test 9
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 00de85a commit 42da721

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
run: |
5252
brew help
5353
brew install aptly.rb
54+
aptly --version

aptly.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def install
2828
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=#{version}")
2929

3030
bash_completion.install "completion.d/aptly"
31-
@@ -34,7 +28,8 @@ def install
3231
end
3332

3433
test do

0 commit comments

Comments
 (0)