[GitHub Actions] Fix install xsltproc

This commit is contained in:
Corneil du Plessis
2022-11-02 11:09:47 +02:00
parent 90132ef7df
commit c1e4b0f9d2
66 changed files with 84 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
SCDIR=$(realpath $SCDIR)
PARENT=$(realpath $SCDIR/..)