Skip to content

Commit b5a5351

Browse files
committed
revertme
1 parent 0429e54 commit b5a5351

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ jobs:
377377
exit 1
378378
- name: Pass if required checks passed
379379
run: |
380-
echo "All required checks passed"
380+
echo "All required checks passed"

.github/workflows/semver-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
echo "Installing apt dependencies: llvm-14"
5252
sudo apt-get install -y llvm-14
5353
- name: Retrieve tket1-passes library
54-
uses: .github/actions/tket1-passes
54+
uses: ./.github/actions/tket1-passes
5555
with:
5656
lib-path: /lib
57-
- uses: CQCL/hugrverse-actions/.github/actions/rs-semver-checks@2a2f5ca8e000030636dc1511f6c935c1492204c3
57+
- uses: CQCL/hugrverse-actions/.github/actions/rs-semver-checks@899e577609e0b61edef98f56817b4733c3c3c80d
5858
env:
5959
TKET_LIB_PATH: /lib
6060
with:

0 commit comments

Comments
 (0)