Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed May 29, 2024
1 parent 5560c69 commit 5641893
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Install prerequisites
run: |
git clone https://github.com/swig/swig.git
cd swig
git checkout release-4.1
./autogen.sh
./configure --prefix=/usr/
make -j8
sudo make install
# - name: Install prerequisites
# run: |
# git clone https://github.com/swig/swig.git
# cd swig
# git checkout release-4.1
# ./autogen.sh
# ./configure --prefix=/usr/
# make -j8
# sudo make install

- name: Install dependencies
run: sudo apt install -y libsctp-dev libpcre2-dev
Expand Down

0 comments on commit 5641893

Please sign in to comment.