Skip to content

Commit

Permalink
Update Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
flashultra committed Nov 12, 2023
1 parent 9634058 commit df35fae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,16 @@ jobs:
if: matrix.APT_PACKAGES
run: |
set -ex
sudo apt-get update -y
sudo apt install -y ${{matrix.APT_PACKAGES}} --fix-missing
sudo apt update -qqy
sudo apt install -qqy ${{matrix.APT_PACKAGES}}
- name: Flash setup
if: matrix.target == 'flash'
run: export DISPLAY=:99.0
- name: Update Linux packages
run: |
set -ex
sudo apt update -qqy
sudo apt install -qqy
- name: Test
shell: bash
run: haxe RunCi.hxml
Expand Down

0 comments on commit df35fae

Please sign in to comment.