Skip to content

Commit d59a0fd

Browse files
committed
Update to Ubuntu 22.04
1 parent 4413108 commit d59a0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-avr-gcc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66

77
jobs:
88
build-avr-gcc:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt-get update
1515
sudo apt-get upgrade -y
16-
sudo apt-get install -y git wget autoconf2.64 build-essential netpbm libmpc-dev libmpfr-dev libgmp-dev libmpfr6 texinfo doxygen flex bison libexpat1-dev slang-xfig
16+
sudo apt-get install -y git wget autoconf build-essential netpbm libmpc-dev libmpfr-dev libgmp-dev libmpfr6 texinfo doxygen flex bison libexpat1-dev slang-xfig
1717
1818
- name: Checkout
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)