Skip to content

Commit

Permalink
Resolve CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Feb 4, 2024
1 parent 6b6bf2d commit 41c1398
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: ${{ matrix.os[1] }} {0}

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

- name: Install on Ubuntu
if: matrix.os[0] == 'ubuntu-latest'
Expand All @@ -39,7 +39,6 @@ jobs:
msystem: MINGW32
install: base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc
update: true
shell: msys2 {0}

- name: Runs all stages
run: |
Expand All @@ -56,7 +55,7 @@ jobs:
run: |
tar -zcvf pspdev.tar.gz pspdev
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pspdev-${{ steps.slug.outputs.sha8 }}-${{ matrix.os[0] }}
path: pspdev.tar.gz
Expand All @@ -68,7 +67,7 @@ jobs:
matrix:
os: [[ubuntu, bash], [fedora, bash]]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies Ubuntu
if: matrix.os[0] == 'ubuntu'
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:
run: |
tar -zcvf pspdev.tar.gz pspdev
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pspdev-${{ steps.slug.outputs.sha8 }}-${{ matrix.os[0] }}
path: pspdev.tar.gz

0 comments on commit 41c1398

Please # to comment.