Skip to content

Commit 23dba68

Browse files
remove libcrypt
1 parent 60a9d03 commit 23dba68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-crypt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v6
2424

25-
- name: Clear cache
26-
run: |
27-
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
28-
mkdir -p "${{ runner.tool_cache }}"
25+
# - name: Clear cache
26+
# run: |
27+
# mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
28+
# mkdir -p "${{ runner.tool_cache }}"
2929

3030
- name: Remove system libcrypt
3131
run: |

0 commit comments

Comments
 (0)