From 5d0ecd69cf2ba7e305c54b52b0152a5da03a354a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 21 Jan 2026 21:47:56 +0000 Subject: [PATCH] install --- .github/workflows/stripe-to-invoice.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index 3811b7c..68ba6ea 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -237,6 +237,11 @@ jobs: - name: Install Atlas uses: ariga/setup-atlas@v0 + - name: Install netcat + run: | + sudo apt-get update + sudo apt-get install -y netcat-openbsd + - name: Decide environment run: | if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then