From 8ecac9a27393a1298a037a0c9c885a1e925483bd Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:11:12 -0500 Subject: [PATCH] install the world --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6ede2d3..3dac72e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,6 +9,8 @@ jobs: container: image: myoung34/github-runner:ubuntu-noble steps: + - run: | + apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev - uses: actions/checkout@v4 - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4