From 53f329d3c6be62224be8375083ae78402d00f2e5 Mon Sep 17 00:00:00 2001 From: "Eddie S." Date: Mon, 26 Aug 2024 22:01:58 +0300 Subject: [PATCH] Update ubuntu-build.yml --- .github/workflows/ubuntu-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index f40dfd99..107dbecb 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -44,7 +44,6 @@ jobs: path: . - name: Build include-what-you-use - working-directory: build run: | mkdir build cd ./build @@ -58,7 +57,6 @@ jobs: ninja - name: Test install - working-directory: build run: | cd ./build cmake --install . @@ -72,17 +70,15 @@ jobs: - uses: actions/checkout@v3 with: - path: . + clean: false - name: set up engine dependencies - working-directory: build run: | git submodule init git submodule update #cd thirdparty/glew #make extensions - name: build - working-directory: build run: | pwd ls -l