Skip to content

Commit 9b8e043

Browse files
authored
Merge pull request hashicorp#12980 from dcermak/fix-ci
Fix CI
2 parents d14bd02 + 0b6faa6 commit 9b8e043

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
with:
4242
ruby-version: ${{matrix.ruby}}
4343
bundler-cache: true
44+
- name: install dependencies
45+
run: sudo apt -y install libarchive-tools
4446
- name: Run Tests
4547
run: bundle exec rake test:unit

test/unit/vagrant/box_collection_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "pathname"
44
require 'tempfile'
55

6-
describe Vagrant::BoxCollection, :skip_windows do
6+
describe Vagrant::BoxCollection, :skip_windows, :bsdtar do
77
include_context "unit"
88

99
let(:box_class) { Vagrant::Box }

0 commit comments

Comments
 (0)