Skip to content

Commit 520e33c

Browse files
committed
Building
1 parent 47ff63f commit 520e33c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,19 @@ jobs:
113113
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTING=OFF -DSTATICCOMPILE=${{ matrix.staticcompile }} ..
114114
make -j8
115115
cd ../..
116-
117-
- name: Checkout Arjun
118-
uses: actions/checkout@v2
116+
117+
- name: Checkout arjun
118+
uses: actions/checkout@v4
119119
with:
120120
repository: meelgroup/arjun
121+
ref: synthesis2
121122
path: arjun
122-
123-
- name: Build Arjun
123+
- name: Build arjun
124124
run: |
125125
cd arjun
126126
mkdir build && cd build
127127
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTING=OFF -DSTATICCOMPILE=${{ matrix.staticcompile }} ..
128-
make
128+
make -j8
129129
cd ../..
130130
131131
- name: Configure CMake

0 commit comments

Comments
 (0)