Skip to content

Commit

Permalink
Cleanings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Nov 25, 2024
1 parent 364c253 commit a5aa397
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Clean Go module cache
run: |
rm -rf $HOME/go/pkg/mod
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
mkdir -p build
cd build
../scripts/go-work-sync.sh
cmake ../src -Wno-dev
cmake ../src -Wno-dev -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON
cd other/install
make
cd ../../../
Expand Down
2 changes: 1 addition & 1 deletion node
Submodule node updated 1 files
+0 −2 go.mod
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 3.5)
cmake_policy(SET CMP0074 NEW)

# ----------------------------------------------------------------------------------------
if(NOT WIN32)
Expand Down

0 comments on commit a5aa397

Please sign in to comment.