Skip to content

Commit 89d8f06

Browse files
authored
Update CI Image w/ new environment controls
- Focused on fixing read/write permission issues in previous image - New image introduces new env and bash profile for additional exec calls used in CI.
1 parent ab015de commit 89d8f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kmir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker run --detach --rm -t \
2828
--name ${{ env.container_name }} \
2929
-w /workspace \
30-
runtimeverificationinc/kmir:ubuntu-jammy-0.3.112_7.1.229-daf5158 /bin/bash
30+
runtimeverificationinc/kmir:ubuntu-jammy-0.3.112_7.1.229-9e17ccd /bin/bash
3131
3232
- name: Copy KMIR proofs into container
3333
run: |

0 commit comments

Comments
 (0)