Skip to content

Commit

Permalink
Test Chacha
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 8, 2024
0 parents commit ab122be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/chacha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Chacha

on:
push:

jobs:
chacha:
name: "Test Chacha"
runs-on: "ghcr.io/cirruslabs/macos-runner:sonoma"
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: printenv
run: printenv
- run: dd if=/dev/urandom of=test.bin bs=65536 count=1600
- uses: cirruslabs/cache@v4
with:
path: test.bin
key: test
env:
CIRRUS_CHACHA_URL: "http://chacha.us.cirrus-cache.download:8080/"

0 comments on commit ab122be

Please sign in to comment.