Skip to content

Commit 82f58a3

Browse files
committed
Fixes for CI.
1 parent 266fdd4 commit 82f58a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci-base.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
crystal: ${{ inputs.crystal-version }}
2424

25+
- if: matrix.os == 'ubuntu-latest'
26+
name: Install `xmllint` (Linux)
27+
run: |
28+
apt-get update
29+
apt-get install libxml2-utils -y
30+
2531
- name: Download source
2632
uses: actions/checkout@v4
2733

spec/installer/repository_spec.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe "Repository" do
1616
1717
I could not parse the following mint.json file:
1818
19-
/tmp/mint-packages/success/mint.json:1:1
19+
#{tmp_dir}/success/mint.json:1:1
2020
├─────────────────────────────────────────
2121
1│ hello
2222
MESSAGE

0 commit comments

Comments
 (0)