Skip to content

Commit

Permalink
Fix runner path inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Apr 29, 2024
1 parent 185ac95 commit 7bb6d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
apt -y full-upgrade || yum update -y
apt install -y sudo git dialog python3 python3-pip python3-setuptools curl wget || yum install -y sudo git dialog python3 python3-pip python3-setuptools ninja-build make cmake3 libusb-devel libudev-devel curl wget
git --version
git config --global --add safe.directory /__w/dl/dl
git config --global --add safe.directory /__w/DigiLivolo/DigiLivolo
echo
cat /etc/os-release
Expand Down

0 comments on commit 7bb6d88

Please sign in to comment.