Skip to content

Commit

Permalink
Linux CI build using Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Oct 12, 2024
1 parent 9d13e9d commit 894a9a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/linuxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
build_linux:
name: CI for Linux
runs-on: ubuntu-latest
container: ubuntu:16.04
container: ubuntu:18.04
steps:
- name: Install dependencies for Linux
run: |
apt-get -qq update
apt-get install -y -qq autopoint automake autoconf intltool libc6-dev yasm libglib2.0-bin perl wget zip bzip2 make libtool pkg-config fakeroot clang openssh-client rsync
apt-get install -y -qq autopoint automake autoconf intltool libc6-dev yasm libglib2.0-bin perl wget zip bzip2 make libtool pkg-config fakeroot clang openssh-client rsync libglib2.0-dev-bin
sed -i 's/mozilla\/DST_Root_CA_X3\.crt/\!mozilla\/DST_Root_CA_X3\.crt/' /etc/ca-certificates.conf
update-ca-certificates
- name: Checkout for Linux
Expand All @@ -33,9 +33,9 @@ jobs:
gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
run: TRAVIS_OS_NAME=linux travis/upload.sh
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: linux
# path: portable_out/build/*.tar.bz2
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: linux
path: portable_out/build/*.tar.bz2

0 comments on commit 894a9a5

Please sign in to comment.