Skip to content

Commit 9baec2f

Browse files
committed
fix: typo
1 parent 5046993 commit 9baec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CommonCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: ${{ inputs.project != '.' }}
144144
run: |
145145
import Pkg
146-
PKg.activate(get(ENV, "JULIA_PROJECT", nothing))
146+
Pkg.activate(get(ENV, "JULIA_PROJECT", nothing))
147147
if VERSION < v"1.11-"
148148
Pkg.develop([PackageSpec(; path="."), PackageSpec(; path="lib/ReactantCore")])
149149
end

0 commit comments

Comments
 (0)