Bump urllib3 from 2.5.0 to 2.6.0 #104
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: check-compilation-for-godblot | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| compile: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Set up Docker | |
| uses: docker/setup-docker-action@v4 | |
| - name: Clone Builder Repo | |
| run: | | |
| git clone --depth=1 https://github.com/compiler-explorer/misc-builder.git misc-builder | |
| - name: Build | |
| run: | | |
| cd misc-builder/ | |
| docker build -t builder -f Dockerfile.clad . | |
| echo "./build.sh trunk-clang-21.1.0 /build" | docker run --rm -i -v/tmp/out:/build builder |