Skip to content

Commit

Permalink
Update build-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr authored Sep 4, 2024
1 parent 92fdf49 commit 9d76764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
config:
- {
name: Linux,
os: ubuntu-18.04,
os: ubuntu-latest,
prepare-os: sudo apt-get -y --allow-downgrades --allow-remove-essential --allow-change-held-packages update,
prepare-os2: sudo apt install -y libglu-dev,
postfix: lin
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
make -j dep
make -j dist
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: dist
name: ${{ matrix.config.name }}
Expand Down

0 comments on commit 9d76764

Please sign in to comment.