We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f9c28 commit 07e6fd1Copy full SHA for 07e6fd1
2 files changed
.github/workflows/CI.yml
@@ -13,13 +13,11 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Setup Juliaup
15
uses: julia-actions/install-juliaup@v2
16
- with:
17
- channel: '1.10'
18
19
- uses: julia-actions/cache@v2
20
21
- uses: julia-actions/julia-buildpkg@v1
22
-
+
23
- name: Build
24
run: |
25
current_path=${{ github.workspace }}
.github/workflows/documentation.yml
@@ -16,13 +16,11 @@ jobs:
26
- name: Install dependencies
27
28
0 commit comments