File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - name : Install system dependencies
2+ run : ./scripts/install-deps.sh
Original file line number Diff line number Diff line change 3131
3232 - name : Install system dependencies
3333 if : matrix.project == 'cli' && (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest')
34- run : scripts/install-deps.sh
34+ run : ../ scripts/install-deps.sh
3535
3636 - name : Cache cargo registry
3737 uses : actions/cache@v4
8989
9090 - name : Install system dependencies
9191 if : matrix.project == 'cli' && (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest')
92- run : scripts/install-deps.sh
92+ run : ../ scripts/install-deps.sh
9393
9494 - name : Check
9595 run : cargo check --all-features
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ install-path = "CARGO_HOME"
1818# Whether to install an updater program
1919install-updater = true
2020# Dependencies
21- github-build-setup = " cli /scripts/install-deps.sh"
21+ github-build-setup = " ../.. /scripts/install-deps.sh"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments