We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ace58 commit 0836d97Copy full SHA for 0836d97
.github/workflows/main.yml
@@ -21,9 +21,9 @@ jobs:
21
uses: actions/checkout@v3
22
- uses: jpribyl/action-docker-layer-caching@v0.1.1
23
with:
24
- key: ${{ matrix.shmem }}-1-{hash}
+ key: ${{ matrix.shmem }}-2-{hash}
25
restore-keys: |
26
- ${{ matrix.shmem }}-1-
+ ${{ matrix.shmem }}-2-
27
- name: Build Docker container
28
run: docker build -t local docker/${{ matrix.shmem }}/
29
- name: run shmem4py test-1
0 commit comments