set -x for install.sh

This commit is contained in:
Laurent Rineau 2023-11-16 14:56:46 +01:00
parent cb5bd56ef0
commit 8db251c796
1 changed files with 1 additions and 1 deletions

2
.github/install.sh vendored
View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
sudo apt-get update
sudo apt-get install -y \