File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,4 +377,4 @@ jobs:
377
377
exit 1
378
378
- name : Pass if required checks passed
379
379
run : |
380
- echo "All required checks passed"
380
+ echo "All required checks passed"
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
echo "Installing apt dependencies: llvm-14"
52
52
sudo apt-get install -y llvm-14
53
53
- name : Retrieve tket1-passes library
54
- uses : .github/actions/tket1-passes
54
+ uses : ./. github/actions/tket1-passes
55
55
with :
56
56
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
58
58
env :
59
59
TKET_LIB_PATH : /lib
60
60
with :
You can’t perform that action at this time.
0 commit comments