Skip to content

Commit

Permalink
Testing. Cosmetic.
Browse files Browse the repository at this point in the history
* Install `swig` rather than `swig3.0` in Github Actions

* Minor update to `swig/Readme.md`
  • Loading branch information
gmarcais committed Dec 6, 2023
1 parent e9d5994 commit fcbf593
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y yaggo gettext swig3.0 python3-dev ruby-dev libperl-dev
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y yaggo gettext swig python3-dev ruby-dev libperl-dev
- name: autotools
run: autoreconf -fi
- name: configure
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ ltmain.sh
*_cmdline.hpp
test-driver
build-*
*~
compile_commands.json
6 changes: 3 additions & 3 deletions swig/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ somewhat slower.
Installation
============

See the installation instructions on the
[main page](../../tree/master) on how to install the bindings at the
same times as Jellyfish.
See the installation instructions on the [main page](../../tree/master) on how
to install the bindings at the same times as Jellyfish. This is the suggested
way to install the binding.

Additionally, it is possible to install the bindings from the
distribution tarball. If Jellyfish is already installed (that is
Expand Down

0 comments on commit fcbf593

Please sign in to comment.