Skip to content

Commit 5c1e90f

Browse files
committed
Fixed GHA
1 parent 12838d3 commit 5c1e90f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
sudo update-alternatives --set clang++ /usr/bin/clang++-${{matrix.sys.version}}
5353
sudo update-alternatives --set clang-scan-deps /usr/bin/clang-scan-deps-${{matrix.sys.version}}
5454
55+
- name: Checkout code
56+
uses: actions/checkout@v3
57+
5558
- name: Build and run tests
5659
uses: ./.github/workflows/unix_impl.yml
5760

.github/workflows/osx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
steps:
2525

26+
- name: Checkout code
27+
uses: actions/checkout@v3
28+
2629
- name: Build and run tests
2730
uses: ./.github/workflows/unix_impl.yml
2831

.github/workflows/unix_impl.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: "Common steps for Linux and OSX"
22
runs:
33
steps:
4-
- name: Checkout code
5-
uses: actions/checkout@v3
6-
74
- name: Set conda environment
85
uses: mamba-org/setup-micromamba@v2
96
with:

0 commit comments

Comments
 (0)