Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight build improvements #675

Merged
merged 12 commits into from
Oct 22, 2020
Prev Previous commit
Next Next commit
random gen
  • Loading branch information
sherifnada committed Oct 21, 2020
commit 2f817b7a1e2b741985268a06edcf7530f8fa8cd9
2 changes: 1 addition & 1 deletion .github/workflows/faster_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gradle-

- name: generaterandomfiles
run: base64 /dev/urandom | head -c 3 > r1.txt
run: openssl rand -hex 12 > r1.txt

- name: cache-docker-layers
uses: satackey/action-docker-layer-caching@v0.0.8
Expand Down