Try again.

This commit is contained in:
Martín Lucas Golini
2025-04-26 14:28:26 -03:00
parent 898726cbfd
commit 50080b78bd

View File

@@ -71,7 +71,10 @@ jobs:
sudo apt-get update
- name: Checkout Code
uses: actions/checkout@v4
with: { fetch-depth: 0, submodules: 'recursive' }
with:
fetch-depth: 0
submodules: 'recursive'
set-safe-directory: true
- name: Set Environment Variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"