aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-12-06 16:25:48 +0100
committerMarvin Borner2020-12-06 16:26:22 +0100
commitcaca27b8f6ad4d2019a7eff900a3ae23264c7aac (patch)
treea97a843ba5688bf9367ca35f071cbc6161ebebf0
parentc970210a2c6e9c86132470c44a712277f4943d7a (diff)
Removed submodule loading
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--README.md2
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a37da0..6dd36ce 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
- with:
- submodules: true
- name: Install
run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev ccache curl nasm grub-common qemu qemu-kvm mtools ctags
- name: Get cross compiler
diff --git a/README.md b/README.md
index ae54112..3da2af8 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ This project is somewhat of a coding playground for me. It doesn't have any usef
- nasm
- qemu
-- Clone this repository using `git clone --recurse-submodules https://github.com/marvinborner/Melvix.git`
+- Clone this repository using `git clone https://github.com/marvinborner/Melvix.git`
- Run `./run` (pure magic!)