Skip to content

Commit

Permalink
ci: split commands
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Jan 3, 2024
1 parent 30dd50e commit eb50db3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- run: pnpm install
- run: pnpm build
- name: Setup system config
run: git config --global user.email "datatruck@localhost" && git config --global user.name "Datatruck"
run: |
git config --global user.name Datatruck
git config --global user.email datatruck@localhost
- name: Install system dependencies
run: sudo apt-get install restic git tar pigz -y
- name: Update restic
Expand Down

0 comments on commit eb50db3

Please sign in to comment.