Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
I think this should be all of them in the pipeline. I'm not 100% sure what to do with the MacOS warnings. We have those in pspdev/pspdev as well.
  • Loading branch information
sharkwouter authored Jun 8, 2024
1 parent 670a103 commit 944134d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
shell: ${{ matrix.os[1] }} {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Ubuntu texinfo bison flex libucl-dev
if: matrix.os[0] == 'ubuntu-latest'
Expand Down

0 comments on commit 944134d

Please sign in to comment.