diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b9af6482b..fc4f73052 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,9 +36,6 @@ jobs: # https://github.com/actions/runner/issues/2033 chown -R $(id -u):$(id -g) $PWD - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -114,9 +111,6 @@ jobs: # https://github.com/actions/runner/issues/2033 chown -R $(id -u):$(id -g) $PWD - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -165,9 +159,6 @@ jobs: # https://github.com/actions/runner/issues/2033 chown -R $(id -u):$(id -g) $PWD - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/deploy_gh_pages.yml b/.github/workflows/deploy_gh_pages.yml index 07dad5c22..eaf35d90a 100644 --- a/.github/workflows/deploy_gh_pages.yml +++ b/.github/workflows/deploy_gh_pages.yml @@ -23,9 +23,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6609cac4d..3d3650c57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,9 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -153,9 +150,6 @@ jobs: git config --global --add safe.directory /__w/coreblocks/coreblocks git submodule > .gitmodules-hash - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -263,9 +257,6 @@ jobs: git config --global --add safe.directory /__w/coreblocks/coreblocks git submodule > .gitmodules-hash - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -318,9 +309,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: @@ -353,9 +341,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout submodules - run: git submodule update --init --recursive amaranth-stubs - - name: Set up Python uses: actions/setup-python@v5 with: