Skip to content

Commit 5f2a8da

Browse files
committed
fixing CI bugs
1 parent 4bf8fe1 commit 5f2a8da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ concurrency:
1616
jobs:
1717
run-examples:
1818
runs-on: ubuntu-latest
19-
2019
steps:
2120
- uses: actions/checkout@v4
2221
- uses: julia-actions/setup-julia@v2
2322
with:
2423
version: '1'
25-
arch: 'x64'
24+
arch: x64
2625
- uses: julia-actions/cache@v2
2726
- name: Run NF examples
28-
- run: |
27+
run: |
2928
cd example
3029
julia --project=. --color=yes -e '
3130
using Pkg;

0 commit comments

Comments
 (0)