Skip to content

Commit

Permalink
github: update to use git repo of master
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Aug 10, 2024
1 parent 797cbab commit aa0137d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ jobs:
toolchain: stable
profile: minimal

- name: Install Mercurial
run: sudo apt-get install -y mercurial
- name: Set up IgH repo
run: |
hg clone http://hg.code.sf.net/p/etherlabmaster/code ethercat-hg
cd ethercat-hg
hg update stable-1.5
git clone https://gitlab.com/etherlab.org/ethercat ethercat-git
cd ethercat-git
git checkout stable-1.5
./bootstrap
./configure --disable-8139too
- name: Build
run: ETHERCAT_PATH=$(pwd)/ethercat-hg cargo build
run: ETHERCAT_PATH=$(pwd)/ethercat-git cargo build

0 comments on commit aa0137d

Please sign in to comment.