Skip to content

Commit e367987

Browse files
committed
update actions
1 parent 2610301 commit e367987

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,13 @@ jobs:
163163
sudo apt-get install ${{ matrix.config.cc }} ${{ matrix.config.cxx }}
164164
${{ matrix.config.cc }} --version
165165
echo "CXXT=${{ matrix.config.cxxstd }}" >> $GITHUB_ENV
166-
167-
- name: Configure
168-
shell: bash
169-
run: |
170-
git clone https://github.com/kthohr/gcem ./gcem
171166
172167
- name: Tests
173168
shell: bash
174169
working-directory: tests
175170
run: |
176171
WDIR=${PWD}
172+
git clone https://github.com/kthohr/gcem ./gcem
177173
export GCEM_INCLUDE_PATH=$PWD/gcem/include
178174
#
179175
export CC=${{ matrix.config.cc }}

0 commit comments

Comments
 (0)