Skip to content

Commit 033d204

Browse files
committed
Fixes for CI.
1 parent 82f58a3 commit 033d204

File tree

11 files changed

+37
-183
lines changed

11 files changed

+37
-183
lines changed

.github/workflows/ci-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- if: matrix.os == 'ubuntu-latest'
2626
name: Install `xmllint` (Linux)
2727
run: |
28-
apt-get update
29-
apt-get install libxml2-utils -y
28+
sudo apt-get update
29+
sudo apt-get install libxml2-utils -y
3030
3131
- name: Download source
3232
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Mint](src/assets/mint-logo.svg)
1+
# ![Mint](src/documentation/Brand/logo.svg)
22

33
[![CI](https://github.com/mint-lang/mint/actions/workflows/ci.yml/badge.svg)](https://github.com/mint-lang/mint/actions/workflows/ci.yml)
44
[![Discord](https://img.shields.io/discord/698214718241767445)](https://discord.gg/NXFUJs2)

documentation/Brand Book/logo-square.svg

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)