Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ cron.yml 2(+) 1(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Oct 10, 2024
1 parent e3df60a commit b4e68e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
steps:
- name: Benchmark1
run: |
mkdir -p /mnt/tmpfs; mount -o size=6G -t tmpfs none /mnt/tmpfs
sudo mkdir -p /mnt/tmpfs;
sudo mount -o size=6G -t tmpfs none /mnt/tmpfs
cd /mnt/tmpfs && curl -sL yabs.sh | bash -s -- -i -g
# ─────────────────────────────────────────────────────
Expand Down

0 comments on commit b4e68e8

Please sign in to comment.