ci: use custom Docker image with build tools pre-installed
CI / build-and-test (push) Failing after 1s
CI / build-and-test (push) Failing after 1s
This commit is contained in:
@@ -5,15 +5,11 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
container: gitea.tap-tap.win/taptap/fastsync-ci:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
|
||||
|
||||
- name: Configure
|
||||
run: cmake -B build -S .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user