diff --git a/.gitea/workflows/git-sync.yaml b/.gitea/workflows/git-sync.yaml index 561f3b4..eb1cdf3 100644 --- a/.gitea/workflows/git-sync.yaml +++ b/.gitea/workflows/git-sync.yaml @@ -29,10 +29,6 @@ jobs: run: | emacs --batch -l init.el - - name: Byte compile configuration - run: | - emacs --batch -f batch-byte-compile init.el modules/*.el - git-sync: runs-on: ubuntu-latest needs: test