Skip to content

Commit 66fc33d

Browse files
committed
Actually checkout the source tree before building libraries.
1 parent 662aaa4 commit 66fc33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
container: ursg/vlasiator_ci:20230220_1
1818

1919
steps:
20+
- name: Checkout source
21+
uses: actions/checkout@v3
2022
- name: Run library build script
2123
run: ./build_libraries.sh
2224
- name: Build libraries tar

0 commit comments

Comments
 (0)