File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
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
You can’t perform that action at this time.
0 commit comments