Skip to content

Commit

Permalink
reverter autobuild, pga problemer med å få tak i deps (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensol authored Jan 25, 2024
1 parent 7db2193 commit 15baa90
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,17 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Sett opp java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Bygg med maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --no-transfer-progress compile --settings .m2/maven-settings.xml


# ℹ️ Command-line programs to run using the OS shell.
Expand Down

0 comments on commit 15baa90

Please sign in to comment.