Skip to content

Commit

Permalink
Add container
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 29, 2024
1 parent 1fb73a2 commit cf8233d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:

ubuntu-latest:
runs-on: ubuntu-latest
container: archlinux:latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Update
run: sudo apt-get update && sudo apt-get upgrade -y

- name: Install Deps
run: ./scripts/installDeps.sh

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
main
DependencyGraph
dg
./deps/v-master
deps/v-master
*.exe
!deps/cosmocc-bin/curl.exe
!deps/cosmocc-bin/unzip.exe
Expand Down

0 comments on commit cf8233d

Please sign in to comment.