Skip to content

Commit

Permalink
Cleanup CI a bit
Browse files Browse the repository at this point in the history
- Delete unnecessary usage of julia-actions/julia-buildpkg
- Use julia-actions/cache in the docs job
  • Loading branch information
JamesWrigley committed Dec 25, 2024
1 parent a1624c8 commit e610cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1

# We add ModernGL and GLFW so that the backend extensions will be loaded too
- run: |
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- name: Set the number of threads for the tests
run: |
echo "JULIA_NUM_THREADS=5,5" >> "$GITHUB_ENV"
Expand All @@ -90,6 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit e610cb0

Please sign in to comment.