Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 24, 2025
1 parent 22d38f3 commit 0dfbf4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: build
run: |
sudo apt update && sudo apt install desktop-file-utils
chmod a+x ./avidemux
sudo ./avidemux
chmod a+x ./avidemux-qt-junest.sh
sudo ./avidemux-qt-junest.sh
mkdir dist
mv *AppImage* dist/
Expand Down

0 comments on commit 0dfbf4d

Please sign in to comment.