Skip to content

Commit

Permalink
Replace arc with tar
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 3, 2025
1 parent 7329c4d commit 96c31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
mkdir state\node_db
mkdir state\node_db\preprod
cd state\node_db\preprod
arc unarchive ..\..\..\preprod-20250102.tar.zst
tar -xzf ..\..\..\preprod-20250102.tar.zst
mv preprod-20250102\db\* .
- name: ⚙️ Setup (get latest bins and configs and decode fixtures)
Expand Down

0 comments on commit 96c31f9

Please sign in to comment.