summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-11-15 12:47:32 +0000
committercyan <cyjan@mrcyjanek.net>2024-11-15 12:47:32 +0000
commit57ca75b164f9c6988c218326476ab805e9bcef33 (patch)
treebd6986e44b40ee7d9393ad400bdcd006189a23bd
parent69060dc11acd2a99f809b0c0089db0bdb8672047 (diff)
fix package name conflicts, update runner to sid
-rw-r--r--.github/workflows/full_check.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml
index 4164f46..f5dbbc4 100644
--- a/.github/workflows/full_check.yaml
+++ b/.github/workflows/full_check.yaml
@@ -10,12 +10,12 @@ jobs:
coin: [monero, wownero]
runs-on: ubuntu-latest
container:
- image: debian:trixie
+ image: debian:sid
steps:
- name: Install dependencies
run: |
apt update
- apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686
+ apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo6 gperf gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686
- uses: actions/checkout@v4
with:
fetch-depth: 0