server_child: Initialize ip to NULL to fix warning #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flatpak Build | |
on: [push, pull_request] | |
jobs: | |
flatpak_build: | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-40 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: true | |
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3 | |
with: | |
bundle: hexchat.flatpak | |
manifest-path: flatpak/io.github.Hexchat.json |