Skip to content

Commit 34cc8b7

Browse files
committed
Update to GCC 14.1.0
1 parent 8c89191 commit 34cc8b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
sudo fallocate -l 15G '/mnt/swapfile'
5656
sudo mkswap '/mnt/swapfile'
5757
sudo swapon '/mnt/swapfile'
58+
- name: Install required dependencies
59+
run: |
60+
sudo apt-get install libxml2-dev
5861
- name: Setup Linux cross-compiler
5962
run: |
6063
declare -r SPHYNX_TAG="$(jq --raw-output '.tag_name' <<< "$(curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --url 'https://api.github.com/repos/AmanoTeam/Sphynx/releases/latest')")"

0 commit comments

Comments
 (0)