Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from Alpaca-zip/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
Alpaca-zip committed Jul 15, 2023
2 parents 8dce9c4 + fdab9fe commit a4cf439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-check-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install Boost
run: sudo apt-get install -y libboost-all-dev
- name: Create Build Environment
run: cmake -S . -B build
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dijkstra_algorithm [![](https://img.shields.io/badge/Ubuntu20.04%20build-passing-green?style=flat-square&logo=Ubuntu)](https://github.com/Alpaca-zip/dijkstra_algorithm)
# dijkstra_algorithm [![Build Check Bot](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml/badge.svg)](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml)
This repository contains an implementation of Dijkstra's Algorithm in C++.

## How to Use
Expand Down

0 comments on commit a4cf439

Please sign in to comment.