Skip to content

Commit

Permalink
Update simple-build github action
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shishkin <[email protected]>
  • Loading branch information
virtuoso committed Oct 4, 2024
1 parent dd026fe commit ec3428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
- name: submodules
run: |
git config --global url."https://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:x-oauth-basic@github.com/".insteadOf "https://github.com/"
git config --global url."https://github.com/".insteadOf "git@github.com"
git submodule update --init --recursive
- name: install-deps
run: |
Expand Down

0 comments on commit ec3428b

Please sign in to comment.