We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ff63f commit 520e33cCopy full SHA for 520e33c
.github/workflows/build.yml
@@ -113,19 +113,19 @@ jobs:
113
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTING=OFF -DSTATICCOMPILE=${{ matrix.staticcompile }} ..
114
make -j8
115
cd ../..
116
-
117
- - name: Checkout Arjun
118
- uses: actions/checkout@v2
+
+ - name: Checkout arjun
+ uses: actions/checkout@v4
119
with:
120
repository: meelgroup/arjun
121
+ ref: synthesis2
122
path: arjun
123
- - name: Build Arjun
+ - name: Build arjun
124
run: |
125
cd arjun
126
mkdir build && cd build
127
128
- make
+ make -j8
129
130
131
- name: Configure CMake
0 commit comments