Skip to content

Commit

Permalink
Fixes for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Oct 10, 2024
1 parent 266fdd4 commit 82f58a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
crystal: ${{ inputs.crystal-version }}

- if: matrix.os == 'ubuntu-latest'
name: Install `xmllint` (Linux)
run: |
apt-get update
apt-get install libxml2-utils -y
- name: Download source
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion spec/installer/repository_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe "Repository" do
I could not parse the following mint.json file:
/tmp/mint-packages/success/mint.json:1:1
#{tmp_dir}/success/mint.json:1:1
├─────────────────────────────────────────
1│ hello
MESSAGE
Expand Down

0 comments on commit 82f58a3

Please sign in to comment.