mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
no more need to apt-get install
This commit is contained in:
parent
f4f1413665
commit
003e6b0c8f
1 changed files with 1 additions and 10 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -50,11 +50,6 @@ jobs:
|
|||
- name: HACKS
|
||||
run: |
|
||||
case ${{ matrix.platform.os }} in
|
||||
ubuntu-latest)
|
||||
#FIXME our LLVM doesn't provide c/c++ headers for some reason
|
||||
apt-get update
|
||||
apt-get --yes install libc-dev libstdc++-8-dev libgcc-8-dev
|
||||
;;
|
||||
macos-11)
|
||||
#FIXME we need a clean install of macOS for builds
|
||||
#TODO stop using GHA images or chroot or something
|
||||
|
@ -144,11 +139,7 @@ jobs:
|
|||
prefix: ${{ github.workspace }}
|
||||
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get --yes install libc-dev libstdc++-8-dev libgcc-8-dev
|
||||
|
||||
# in case this PR contains updates to the scripts
|
||||
#TODO only do for PRs
|
||||
# in case this PR contains updates to the scripts TODO only PRs
|
||||
if test "$GITHUB_REPOSITORY" = "teaxyz/pantry.core"; then
|
||||
cp -rv pantry/scripts/* $(tea --prefix)/tea.xyz/var/pantry/scripts
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue