From 7bc7b0c096d09cd6d629346d9c67fe564954a971 Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Wed, 18 Sep 2024 17:38:28 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d9be99..1989234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,14 +5,11 @@ on: branches: [master] jobs: - build-container: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - name: Build the Docker Image + uses: actions/checkout@v1 run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s) run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v run: vvp transceiver