Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spoutn1k committed Mar 9, 2025
1 parent 5ec823e commit 79b8e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Compilation and execution
uses: spoutn1k/mcmap-benchmark@cmake
- name: Upload time data
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: results.log
path: time.log
- name: Upload results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: images.tgz
path: images.tgz
4 changes: 2 additions & 2 deletions .github/workflows/routine-exam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y libgtest-dev libfmt-dev libspdlog-dev
&& cd /usr/src/gtest
&& CXX=g++-10 sudo cmake CMakeLists.txt
&& CXX=g++ sudo cmake CMakeLists.txt
&& sudo make -j
&& sudo cp lib/*a /usr/lib
&& sudo ln -s /usr/lib/libgtest.a /usr/local/lib/libgtest.a
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Configure project
run: mkdir build
&& cd build
&& CXX=g++-10 cmake ..
&& CXX=g++ cmake ..
- name: Build project
run: cd build
&& make -j run_tests
Expand Down

0 comments on commit 79b8e27

Please sign in to comment.