Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed May 9, 2024
1 parent b0ab89f commit eb12d82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
run: source /home/runner/.bashrc

- name: Install axiom-init
run: PNPM_HOME="/home/runner/.local/share/pnpm" pnpm install -g axiom-init
run: |
export PNPM_HOME="/home/runner/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
pnpm install -g axiom-init
- name: Set Git user
run: |
Expand Down

0 comments on commit eb12d82

Please sign in to comment.