Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Aug 29, 2024
1 parent 2826e27 commit 13710dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
sudo apt-get install -y --force-yes -qq build-essential
- name: build and install
run: |
mkdir -p buld && cd build
mkdir -p buld
cd build
cmake -DPORTS_OF_CALL_BUILD_TESTING=ON ..
make -j
make test

0 comments on commit 13710dd

Please sign in to comment.