Skip to content

Commit e2afaf9

Browse files
committed
Try to fix directories
1 parent 3ab2468 commit e2afaf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debug_fasp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
working-directory: ./debug_fasp
14+
working-directory: ../debug_fasp
1515

1616
jobs:
1717
scan_ruby:

.github/workflows/fasp_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
working-directory: ./fasp_base
14+
working-directory: ../fasp_base
1515

1616
jobs:
1717
lint:

.github/workflows/fasp_data_sharing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
working-directory: ./fasp_data_sharing
14+
working-directory: ../fasp_data_sharing
1515

1616
jobs:
1717
lint:

0 commit comments

Comments
 (0)