Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Jan 24, 2025
1 parent 44c2dc0 commit 17072bc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up CMake
uses: actions/setup-cmake@v2
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.21.1' # Specify the CMake version
cmake-version: '3.16.x'

- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y libopenmpi-dev # Or other dependencies
- name: Use cmake
run: cmake --version

- name: Cache CMake build
uses: actions/cache@v3
Expand Down

0 comments on commit 17072bc

Please sign in to comment.