Skip to content

Commit

Permalink
[fix] .gitlab-ci.yml
Browse files Browse the repository at this point in the history
ccが入ってないみたいなのでインストール
  • Loading branch information
PG-MANA committed Jun 16, 2018
1 parent aae41d4 commit af75c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -5,7 +5,7 @@ stages:
build:
stage: build
script:
- zypper in -y curl grub2 make nasm
- zypper in -y curl grub2 make nasm gcc
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
- source ~/.cargo/env
- rustc --version
Expand Down

0 comments on commit af75c83

Please sign in to comment.