Skip to content

Commit ce4ef72

Browse files
committed
remove build package
1 parent d352d40 commit ce4ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
test-matlab:
3131
name: julia windows
32+
concurrency: 1
3233
runs-on: self-hosted
3334
steps:
3435
- uses: actions/checkout@v4
3536
- uses: julia-actions/setup-julia@latest
3637
with:
3738
version: "1.11"
3839
arch: "x64"
39-
- uses: julia-actions/julia-buildpkg@latest
4040
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)