File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0 # Not needed if lastUpdated is not enabled
36- submodules : ' recursive' # Fetch lime-packages and network-profiles
36+ # submodules: 'recursive'
37+ - name : Submodule update # Fetch lime-packages and network-profiles
38+ run : git submodule update --init --recursive --remote
3739 - name : Install rsync
3840 run : |
3941 sudo apt-get update
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0 # Not needed if lastUpdated is not enabled
37- submodules : ' recursive' # Fetch lime-packages and network-profiles
37+ # submodules: 'recursive'
38+ - name : Submodule update # Fetch lime-packages and network-profiles
39+ run : git submodule update --init --recursive --remote
3840 - uses : pnpm/action-setup@v4 # Uncomment this block if you're using pnpm
3941 with :
4042 version : 9 # Not needed if you've set "packageManager" in package.json
You can’t perform that action at this time.
0 commit comments