Skip to content

Commit 09d970d

Browse files
committed
remove c compiler env on client build stage
Signed-off-by: Prajwol Amatya <prajwolamatya11@gmail.com>
1 parent eb7fd74 commit 09d970d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gui-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.event_name == 'pull_request'
2020
container:
21-
image: owncloudci/squish:fedora-42-8.1.0-qt68x-linux64
21+
image: prajwolamatya11/squish_fedora:latest
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v6
@@ -42,7 +42,7 @@ jobs:
4242
gui-tests:
4343
runs-on: ubuntu-latest
4444
container:
45-
image: owncloudci/squish:fedora-42-8.1.0-qt68x-linux64
45+
image: prajwolamatya11/squish_fedora:latest
4646
env:
4747
PLAYWRIGHT_BROWSERS_PATH: /__w/client/client/test/gui/.playwright
4848
GITHUB_REPO: ${{ github.repository }}
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
mkdir -p build
9191
cd build
92-
cmake -G"Ninja" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBUILD_TESTING=OFF -S ..
92+
cmake -G"Ninja" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -S ..
9393
ninja
9494
9595
- name: Install Python Modules

0 commit comments

Comments
 (0)