1 parent 60a9d03 commit 23dba68Copy full SHA for 23dba68
1 file changed
.github/workflows/test-crypt.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v6
24
25
- - name: Clear cache
26
- run: |
27
- mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
28
- mkdir -p "${{ runner.tool_cache }}"
+ # - name: Clear cache
+ # run: |
+ # mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
+ # mkdir -p "${{ runner.tool_cache }}"
29
30
- name: Remove system libcrypt
31
run: |
0 commit comments