Skip to content

Commit

Permalink
try installing git-subrepo later, for PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 7, 2024
1 parent 48efe35 commit ce56de1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
with:
submodules: recursive

- name: Install Git-Subrepo
# https://github.com/ingydotnet/git-subrepo?tab=readme-ov-file#installation
shell: bash
run: |
source ./scripts/git-subrepo/.rc
echo "PATH:$PATH"
git-subrepo version
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.4
with:
Expand All @@ -55,6 +47,14 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Install Git-Subrepo
# https://github.com/ingydotnet/git-subrepo?tab=readme-ov-file#installation
shell: bash
run: |
source ./scripts/git-subrepo/.rc
echo "PATH:$PATH"
git-subrepo version
- name: Lint
run: pnpm run lint

Expand Down

0 comments on commit ce56de1

Please sign in to comment.