Skip to content

Commit

Permalink
update to build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 4, 2024
1 parent f4f06e5 commit baa1723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: sudo apt-get update

- name: Install base dependencies

This comment has been minimized.

Copy link
@Xuccexx

Xuccexx Jul 23, 2024

run: sudo apt-get install build-essential xutils-dev libtool gperf autotools-dev automake pkg-config bsdmainutils libattr1-dev make automake bison byacc cmake curl g++-multilib binutils-gold bison byacc python3

  - name: Build depends
    run: cd depends/ && make -j4 HOST=x86_64-linux-gnu

This comment has been minimized.

Copy link
@justinvforvendetta

justinvforvendetta Jul 23, 2024

Author Member

@Xuccexx what?

run: sudo apt-get install build-essential libtool gperf autotools-dev automake pkg-config bsdmainutils libattr1-dev make automake bison byacc cmake curl g++-multilib binutils-gold bison byacc python3
run: sudo apt-get install build-essential xutils-dev libtool gperf autotools-dev automake pkg-config bsdmainutils libattr1-dev make automake bison byacc cmake curl g++-multilib binutils-gold bison byacc python3

- name: Build depends
run: cd depends/ && make -j4 HOST=x86_64-linux-gnu
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: sudo apt-get update

- name: Install base dependencies
run: sudo apt-get install build-essential libtool gperf autotools-dev automake pkg-config bsdmainutils libattr1-dev make automake bison byacc cmake curl g++-multilib binutils-gold bison byacc python3
run: sudo apt-get install build-essential xutils-dev libtool gperf autotools-dev automake pkg-config bsdmainutils libattr1-dev make automake bison byacc cmake curl g++-multilib binutils-gold bison byacc python3

- name: Build depends
run: cd depends/ && make -j4 HOST=x86_64-linux-gnu
Expand Down

4 comments on commit baa1723

@Xuccexx
Copy link

@Xuccexx Xuccexx commented on baa1723 Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • name: Build depends
run: cd depends/ && make -j4 HOST=x86_64-linux-gnu

@justinvforvendetta
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol @Xuccexx why do you keep posting that over n over? are you ok?

@Xuccexx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol @Xuccexx why do you keep posting that over n over? are you ok?

@Xuccexx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • name: Build depends
run: cd depends/ && make -j4 HOST=x86_64-linux-gnu

Please sign in to comment.