From 13f11450e29c29e671922002fb38150a131afd2d Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Tue, 21 Nov 2023 22:30:49 +0100 Subject: [PATCH] TMP --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81f3137..b70afb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,9 @@ jobs: - name: "Install STOML (BASH TOML parser)" run: scripts/install_stoml + - name: "Install STOML (BASH TOML parser)" + run: pwd && ls -l target/tools/stoml + - name: "Setup Python 3" uses: actions/setup-python@v4 with: