mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Try again.
This commit is contained in:
5
.github/workflows/ecode-nightly.yml
vendored
5
.github/workflows/ecode-nightly.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user