Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idapena committed Feb 16, 2024
1 parent a5eb47e commit e30d4a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up CMake
uses: cmake/setup-cmake@v1
with:
cmake-version: '3.21'
run: sudo apt-get install -y cmake

- name: Build and test
run: |
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ A console Hex Game implementation using C++. The game AI uses a Monte Carlo appr
- Make version 4.4.1 or greater (GNU Make).

## Installation


1. Create a folder called `build` inside the project folder.
2. Open a terminal and run the following command to generate makefiles: ``cmake -G "MinGW Makefiles" -S ./ -D CMAKE_C_COMPILER=gcc CMAKE_CXX_COMPILER=g++ -B build``
3. Navigate to the build folder: ``cd build``
Expand Down

0 comments on commit e30d4a2

Please sign in to comment.